|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.net.SocketAddress
org.apache.sshd.client.SshdSocketAddress
public class SshdSocketAddress
A simple socket address holding the host name and port number.
| Constructor Summary | |
|---|---|
SshdSocketAddress(java.lang.String hostName,
int port)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getHostName()
|
int |
getPort()
|
java.net.InetSocketAddress |
toInetSocketAddress()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SshdSocketAddress(java.lang.String hostName,
int port)
| Method Detail |
|---|
public java.lang.String getHostName()
public int getPort()
public java.net.InetSocketAddress toInetSocketAddress()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||