Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.act365.net
Class RawTCPJDatagramSocketImpl  view RawTCPJDatagramSocketImpl download RawTCPJDatagramSocketImpl.java

java.lang.Object
  extended byjava.net.DatagramSocketImpl
      extended bycom.act365.net.GeneralDatagramSocketImpl
          extended bycom.act365.net.RawTCPJDatagramSocketImpl
All Implemented Interfaces:
java.net.SocketOptions

public class RawTCPJDatagramSocketImpl
extends GeneralDatagramSocketImpl

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


Field Summary
 
Fields inherited from class java.net.DatagramSocketImpl
fd, localPort
 
Fields inherited from interface java.net.SocketOptions
IP_MULTICAST_IF, IP_MULTICAST_IF2, IP_MULTICAST_LOOP, IP_TOS, SO_BINDADDR, SO_BROADCAST, SO_KEEPALIVE, SO_LINGER, SO_OOBINLINE, SO_RCVBUF, SO_REUSEADDR, SO_SNDBUF, SO_TIMEOUT, TCP_NODELAY
 
Constructor Summary
RawTCPJDatagramSocketImpl()
           
 
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, _getOption, _getSocketDescriptor, _receive, _send, _setOption, _setSocketDescriptor, _socket, bind, close, create, getOption, getSocketDescriptor, getTimeToLive, getTTL, join, joinGroup, leave, leaveGroup, peek, peekData, receive, send, setOption, setSocketDescriptor, setTimeToLive, setTTL
 
Methods inherited from class java.net.DatagramSocketImpl
connect, disconnect, getFileDescriptor, getLocalPort
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RawTCPJDatagramSocketImpl

public RawTCPJDatagramSocketImpl()
Method Detail

create

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