A B C D E F G H I J L M N O P Q R S T U V W

G

GeneralDatagramSocketImpl - class com.act365.net.GeneralDatagramSocketImpl.
GeneralDatagramSocketImpl extends java.net.DatagramSocketImpl and provides native implementations of all of its abstract methods.
GeneralDatagramSocketImpl() - Constructor for class com.act365.net.GeneralDatagramSocketImpl
 
GeneralSocketImpl - class com.act365.net.GeneralSocketImpl.
GeneralDatagramSocketImpl extends java.net.SocketImpl and provides native implementations of all of its abstract methods.
GeneralSocketImpl() - Constructor for class com.act365.net.GeneralSocketImpl
 
GeneralSocketInputStream - class com.act365.net.GeneralSocketInputStream.
GeneralSocketInputStream reads from a TCP socket.
GeneralSocketInputStream(int) - Constructor for class com.act365.net.GeneralSocketInputStream
Creates an input stream to read from the TCP socket with the given descriptor.
GeneralSocketOutputStream - class com.act365.net.GeneralSocketOutputStream.
GeneralSocketOutputStream writes to a TCP socket.
GeneralSocketOutputStream(int) - Constructor for class com.act365.net.GeneralSocketOutputStream
Creates an output stream to write to the TCP socket with the given descriptor.
getCounter() - Static method in class com.act365.net.tcp.ISNCounter
 
getInputStream() - Method in class com.act365.net.GeneralSocketImpl
Gets the input stream.
getInstance() - Static method in class com.act365.net.tcp.TCPJListener
Returns a reference to the single TCPJListener object.
getInstance() - Static method in class com.act365.net.tcp.TCPSession
Access the sole TCPSession object.
getMaxSegmentSize() - Method in class com.act365.net.tcp.TCPOptions
 
getOption(int) - Method in class com.act365.net.GeneralSocketImpl
Gets the value of a socket option.
getOption(int) - Method in class com.act365.net.GeneralDatagramSocketImpl
Gets the value of a socket option.
getOutputStream() - Method in class com.act365.net.GeneralSocketImpl
Gets the output stream.
getProtocol() - Static method in class com.act365.net.SocketUtils
Returns the protocol associated with the current DatagramSocketImpl.
getSocketDescriptor(FileDescriptor) - Static method in class com.act365.net.GeneralSocketImpl
Gets the socket descriptor from a java.io.FileDescriptor object.
getSocketDescriptor(FileDescriptor) - Static method in class com.act365.net.GeneralDatagramSocketImpl
Gets the socket descriptor from a java.io.FileDescriptor object.
getTimestampEchoReply() - Method in class com.act365.net.tcp.TCPOptions
 
getTimestampValue() - Method in class com.act365.net.tcp.TCPOptions
 
getTimeToLive() - Method in class com.act365.net.GeneralDatagramSocketImpl
Retrieves time-to-live for multicast sockets.
getTTL() - Method in class com.act365.net.GeneralDatagramSocketImpl
Retrieves time-to-live for multicast sockets.
getWindowScaleFactor() - Method in class com.act365.net.tcp.TCPOptions
 

A B C D E F G H I J L M N O P Q R S T U V W