|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.net.Socket
jist.runtime.ProxyPoint.ProxyClientSocket
public static class ProxyPoint.ProxyClientSocket
A Socket on the client-side that operates via the ProxyPoint proxy.
Field Summary | |
---|---|
private java.net.InetSocketAddress |
remote
proxied socket end-point. |
Constructor Summary | |
---|---|
ProxyPoint.ProxyClientSocket(java.net.InetAddress proxyhost,
int proxyport,
java.net.InetAddress host,
int port)
Create an new proxy socket on the client side. |
Method Summary | |
---|---|
java.net.InetAddress |
getInetAddress()
|
int |
getPort()
|
java.net.SocketAddress |
getRemoteSocketAddress()
|
Methods inherited from class java.net.Socket |
---|
bind, close, connect, connect, getChannel, getInputStream, getKeepAlive, getLocalAddress, getLocalPort, getLocalSocketAddress, getOOBInline, getOutputStream, getReceiveBufferSize, getReuseAddress, getSendBufferSize, getSoLinger, getSoTimeout, getTcpNoDelay, getTrafficClass, isBound, isClosed, isConnected, isInputShutdown, isOutputShutdown, sendUrgentData, setKeepAlive, setOOBInline, setPerformancePreferences, setReceiveBufferSize, setReuseAddress, setSendBufferSize, setSocketImplFactory, setSoLinger, setSoTimeout, setTcpNoDelay, setTrafficClass, shutdownInput, shutdownOutput, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private java.net.InetSocketAddress remote
Constructor Detail |
---|
public ProxyPoint.ProxyClientSocket(java.net.InetAddress proxyhost, int proxyport, java.net.InetAddress host, int port) throws java.io.IOException
proxyhost
- proxy server hostproxyport
- proxy server porthost
- proxied endpoint hostport
- proxied endpoint port
java.io.IOException
- when i/o failsMethod Detail |
---|
public java.net.SocketAddress getRemoteSocketAddress()
getRemoteSocketAddress
in class java.net.Socket
public java.net.InetAddress getInetAddress()
getInetAddress
in class java.net.Socket
public int getPort()
getPort
in class java.net.Socket
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |