com.act365.net
Class TCPJDatagramSocketImpl

java.lang.Object
  |
  +--java.net.DatagramSocketImpl
        |
        +--com.act365.net.GeneralDatagramSocketImpl
              |
              +--com.act365.net.TCPJDatagramSocketImpl
All Implemented Interfaces:
java.net.SocketOptions

public class TCPJDatagramSocketImpl
extends GeneralDatagramSocketImpl

A socket class for the transmission of TCP packets. Transmission will use the IP protocol value reserved for TCP/J.

See Also:
The operating system will write the necessary IP headers.

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
TCPJDatagramSocketImpl()
           
 
Method Summary
 void create()
          Creates a new unconnected raw socket that uses the TCP/J protocol.
 
Methods inherited from class com.act365.net.GeneralDatagramSocketImpl
bind, close, create, getOption, getSocketDescriptor, getTimeToLive, getTTL, join, joinGroup, leave, leaveGroup, peek, peekData, receive, send, setOption, setSocketDescriptor, setTimeToLive, setTTL
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCPJDatagramSocketImpl

public TCPJDatagramSocketImpl()
Method Detail

create

public void create()
            throws java.net.SocketException
Creates a new unconnected raw socket that uses the TCP/J protocol.