public class SshdSocketAddress extends SocketAddress
| Constructor and Description |
|---|
SshdSocketAddress(String hostName,
int port) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getHostName() |
int |
getPort() |
int |
hashCode() |
InetSocketAddress |
toInetSocketAddress() |
String |
toString() |
public SshdSocketAddress(String hostName, int port)
public String getHostName()
public int getPort()
public InetSocketAddress toInetSocketAddress()
Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.