com.ibm.di.api.remote.impl.rmi
Class ServerSocketWrapper
java.lang.Object
   java.net.ServerSocket
java.net.ServerSocket
       com.ibm.di.api.remote.impl.rmi.ServerSocketWrapper
com.ibm.di.api.remote.impl.rmi.ServerSocketWrapper
- public class ServerSocketWrapper 
- extends ServerSocket
 
 
 
 
ServerSocketWrapper
public ServerSocketWrapper(ServerSocket aServer)
                    throws IOException
- Throws:
- IOException
bind
public void bind(SocketAddress aEndpoint)
          throws IOException
- 
- Overrides:
- bindin class- ServerSocket
 
- 
- Throws:
- IOException
 
bind
public void bind(SocketAddress aEndpoint,
                 int aBacklog)
          throws IOException
- 
- Overrides:
- bindin class- ServerSocket
 
- 
- Throws:
- IOException
 
getInetAddress
public InetAddress getInetAddress()
- 
- Overrides:
- getInetAddressin class- ServerSocket
 
- 
 
getLocalPort
public int getLocalPort()
- 
- Overrides:
- getLocalPortin class- ServerSocket
 
- 
 
getLocalSocketAddress
public SocketAddress getLocalSocketAddress()
- 
- Overrides:
- getLocalSocketAddressin class- ServerSocket
 
- 
 
accept
public Socket accept()
              throws IOException
- 
- Overrides:
- acceptin class- ServerSocket
 
- 
- Throws:
- IOException
 
close
public void close()
           throws IOException
- 
- Overrides:
- closein class- ServerSocket
 
- 
- Throws:
- IOException
 
getChannel
public ServerSocketChannel getChannel()
- 
- Overrides:
- getChannelin class- ServerSocket
 
- 
 
isBound
public boolean isBound()
- 
- Overrides:
- isBoundin class- ServerSocket
 
- 
 
isClosed
public boolean isClosed()
- 
- Overrides:
- isClosedin class- ServerSocket
 
- 
 
setSoTimeout
public void setSoTimeout(int aTimeout)
                  throws SocketException
- 
- Overrides:
- setSoTimeoutin class- ServerSocket
 
- 
- Throws:
- SocketException
 
getSoTimeout
public int getSoTimeout()
                 throws IOException
- 
- Overrides:
- getSoTimeoutin class- ServerSocket
 
- 
- Throws:
- IOException
 
setReuseAddress
public void setReuseAddress(boolean aOn)
                     throws SocketException
- 
- Overrides:
- setReuseAddressin class- ServerSocket
 
- 
- Throws:
- SocketException
 
getReuseAddress
public boolean getReuseAddress()
                        throws SocketException
- 
- Overrides:
- getReuseAddressin class- ServerSocket
 
- 
- Throws:
- SocketException
 
toString
public String toString()
- 
- Overrides:
- toStringin class- ServerSocket
 
- 
 
setReceiveBufferSize
public void setReceiveBufferSize(int aSize)
                          throws SocketException
- 
- Overrides:
- setReceiveBufferSizein class- ServerSocket
 
- 
- Throws:
- SocketException
 
getReceiveBufferSize
public int getReceiveBufferSize()
                         throws SocketException
- 
- Overrides:
- getReceiveBufferSizein class- ServerSocket
 
- 
- Throws:
- SocketException