Package com.act365.net

Interface Summary
SocketConstants Defines platform-independent constants.
 

Class Summary
GeneralDatagramSocketImpl GeneralDatagramSocketImpl extends java.net.DatagramSocketImpl and provides native implementations of all of its abstract methods.
GeneralSocketImpl GeneralDatagramSocketImpl extends java.net.SocketImpl and provides native implementations of all of its abstract methods.
GeneralSocketInputStream GeneralSocketInputStream reads from a TCP socket.
GeneralSocketOutputStream GeneralSocketOutputStream writes to a TCP socket.
ICMPDatagramSocketImpl A socket class for the transmission of ICMP packets.
ICMPDatagramSocketImplFactory Factory to create ICMPDatagramSocketImpl objects.
RawICMPDatagramSocketImpl A socket class for the transmission of ICMP packets.
RawICMPDatagramSocketImplFactory Factory to create RawICMPDatagramSocketImpl objects.
RawTCPDatagramSocketImpl A socket class for the transmission of TCP packets.
RawTCPDatagramSocketImplFactory Factory to create RawTCPDatagramSocketImpl objects.
RawTCPJDatagramSocketImpl A socket class for the transmission of TCP packets.
RawTCPJDatagramSocketImplFactory Factory to create RawTCPJDatagramSocketImpl objects.
RawUDPDatagramSocketImpl A socket class for the transmission of UDP packets.
RawUDPDatagramSocketImplFactory Factory to create RawUDPDatagramSocketImpl objects.
SocketUtils SocketUtils provides various utility functions e.g.
SocketWrenchSession Manages the housekeeping tasks (mostly on Windows) associated with the startup and the shutdown of the library.
TCPDatagramSocketImpl A socket class for the transmission of TCP packets.
TCPDatagramSocketImplFactory Factory to create TCPDatagramSocketImpl objects.
TCPJDatagramSocketImpl A socket class for the transmission of TCP packets.
TCPJDatagramSocketImplFactory Factory to create TCPJDatagramSocketImpl objects.
TCPSocketImpl Implements a TCP socket in native code using the standard Berkeley library.
TCPSocketImplFactory Factory to create TCPSocketImpl objects.
UDPDatagramSocketImpl A socket class for the transmission of UDP packets.
UDPDatagramSocketImplFactory Factory to create UDPDatagramSocketImpl objects.