Package org.jivesoftware.smack.util.rce
Class RemoteConnectionEndpoint.InetSocketAddressCoupling<RCE extends RemoteConnectionEndpoint>
- java.lang.Object
-
- org.jivesoftware.smack.util.rce.RemoteConnectionEndpoint.InetSocketAddressCoupling<RCE>
-
- Enclosing interface:
- RemoteConnectionEndpoint
public static class RemoteConnectionEndpoint.InetSocketAddressCoupling<RCE extends RemoteConnectionEndpoint> extends Object
-
-
Constructor Summary
Constructors Constructor Description InetSocketAddressCoupling(RCE connectionEndpoint, InetAddress inetAddress)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InetSocketAddress
getInetSocketAddress()
RCE
getRemoteConnectionEndpoint()
String
toString()
-
-
-
Constructor Detail
-
InetSocketAddressCoupling
public InetSocketAddressCoupling(RCE connectionEndpoint, InetAddress inetAddress)
-
-
Method Detail
-
getRemoteConnectionEndpoint
public RCE getRemoteConnectionEndpoint()
-
getInetSocketAddress
public InetSocketAddress getInetSocketAddress()
-
-