HomeSort by relevance Sort by last modified time
    Searched refs:Gateway (Results 1 - 6 of 6) sorted by null

  /external/smack/src/org/xbill/DNS/
IPSECKEYRecord.java 26 public static class Gateway {
27 private Gateway() {}
38 private Object gateway; field in class:IPSECKEYRecord
51 * @param gatewayType The record's gateway type.
53 * @param gateway The record's gateway.
58 int gatewayType, int algorithmType, Object gateway,
66 case Gateway.None:
67 this.gateway = null;
69 case Gateway.IPv4
    [all...]
  /external/smack/src/org/jivesoftware/smackx/
GatewayManager.java 20 * This class is the general entry point to gateway interaction (XEP-0100).
23 * are not on his server. All actual interaction with a gateway is handled in the
24 * class {@see Gateway}.
35 private Map<String,Gateway> localGateways = new HashMap<String,Gateway>();
37 private Map<String,Gateway> nonLocalGateways = new HashMap<String,Gateway>();
39 private Map<String,Gateway> gateways = new HashMap<String,Gateway>();
74 * Discovers {@link DiscoveryInfo} and {@link DiscoveryInfo.Identity} of a gateway
188 Gateway gateway = new Gateway(connection,entityJID); local
    [all...]
Gateway.java 31 public class Gateway {
41 Gateway(Connection connection, String entityJID){
48 Gateway(Connection connection, String entityJID, DiscoverInfo info, Identity identity){
59 if(temp.getCategory().equalsIgnoreCase("gateway")){
97 * Checks if this gateway supports In-Band registration
109 * Returns all fields that are required to register to this gateway
145 * registered with this gateway
156 * gateway.
189 * Returns instructions for registering with this gateway
197 * With this method you can register with this gateway or modify an existing registratio
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 26 ATTRIBUTE Ascend-Client-Gateway 132 ipaddr
  /external/chromium_org/third_party/usb_ids/
usb.ids 665 9665 Gateway Webcam
702 bfdb OpenDCC (Gateway)
729 d9a9 Actisense USG-1 NMEA Serial Gateway
    [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]

Completed in 272 milliseconds