| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.net.ServerSocket
jist.runtime.ProxyPoint.ProxyServerSocket
public static class ProxyPoint.ProxyServerSocket
A ServerSocket that operates via the ProxyPoint proxy.
| Constructor Summary | |
|---|---|
ProxyPoint.ProxyServerSocket(java.net.InetAddress proxyhost,
                             int proxyport,
                             int port)
Create a new proxied ServerSocket.  | 
|
| Method Summary | |
|---|---|
 java.net.Socket | 
accept()
 | 
 int | 
getLocalPort()
 | 
| Methods inherited from class java.net.ServerSocket | 
|---|
bind, bind, close, getChannel, getInetAddress, getLocalSocketAddress, getReceiveBufferSize, getReuseAddress, getSoTimeout, implAccept, isBound, isClosed, setPerformancePreferences, setReceiveBufferSize, setReuseAddress, setSocketFactory, setSoTimeout, toString | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public ProxyPoint.ProxyServerSocket(java.net.InetAddress proxyhost,
                                    int proxyport,
                                    int port)
                             throws java.io.IOException
proxyhost - hostname of proxy serverproxyport - port of proxy serverport - listen port
java.io.IOException - when i/o fails| Method Detail | 
|---|
public java.net.Socket accept()
                       throws java.io.IOException
accept in class java.net.ServerSocketjava.io.IOExceptionpublic int getLocalPort()
getLocalPort in class java.net.ServerSocket
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||