tigase.jaxmpp.j2se.connectors.socket
Class SocketConnector.Entry

java.lang.Object
  extended by tigase.jaxmpp.j2se.connectors.socket.SocketConnector.Entry
Enclosing class:
SocketConnector

public static final class SocketConnector.Entry
extends Object


Constructor Summary
SocketConnector.Entry(String host, Integer port)
           
 
Method Summary
 String getHostname()
           
 Integer getPort()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SocketConnector.Entry

public SocketConnector.Entry(String host,
                             Integer port)
Method Detail

getHostname

public String getHostname()

getPort

public Integer getPort()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2006–2013 Tigase. All rights reserved.