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

  /external/smack/src/org/jivesoftware/smackx/
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/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...]

Completed in 314 milliseconds