com.act365.net
Class TCPSocketImpl

java.lang.Object
  |
  +--java.net.SocketImpl
        |
        +--com.act365.net.GeneralSocketImpl
              |
              +--com.act365.net.TCPSocketImpl
All Implemented Interfaces:
java.net.SocketOptions

public class TCPSocketImpl
extends GeneralSocketImpl

Implements a TCP socket in native code using the standard Berkeley library.


Fields inherited from interface java.net.SocketOptions
IP_MULTICAST_IF, SO_BINDADDR, SO_KEEPALIVE, SO_LINGER, SO_RCVBUF, SO_REUSEADDR, SO_SNDBUF, SO_TIMEOUT, TCP_NODELAY
 
Constructor Summary
TCPSocketImpl()
           
 
Method Summary
 void create(boolean stream)
          Creates a new unconnected TCP socket.
 
Methods inherited from class com.act365.net.GeneralSocketImpl
accept, available, bind, close, connect, connect, connect, create, createInetAddress, getInputStream, getOption, getOutputStream, getSocketDescriptor, listen, sendUrgentData, setOption, setSocketDescriptor
 
Methods inherited from class java.net.SocketImpl
toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TCPSocketImpl

public TCPSocketImpl()
Method Detail

create

public void create(boolean stream)
            throws java.io.IOException
Creates a new unconnected TCP socket.