Uses of Class
com.act365.net.tcp.TCPOptions

Packages that use TCPOptions
com.act365.net.tcp   
 

Uses of TCPOptions in com.act365.net.tcp
 

Methods in com.act365.net.tcp with parameters of type TCPOptions
static byte[] TCPWriter.write(byte[] sourceaddress, short sourceport, byte[] destinationaddress, short destinationport, int sequencenumber, int acknowledgementnumber, boolean ack, boolean rst, boolean syn, boolean fin, boolean psh, short windowsize, TCPOptions options, byte[] data, int offset, int count)
          Writes a TCP message to a bytestream.