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

Quick Search    Search Deep

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

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.
(package private)  void TCPJSocketImpl.send(int flags, TCPOptions options, byte[] buffer, int offset, int count, boolean retransmission)
          Sends a TCP message to the destination but doesn't await acknowledgement.
(package private)  void TCPJSocketImpl.sendAndAwaitACK(int flags, TCPOptions options, byte[] buffer, int offset, int count)
          Sends a message and awaits acknowledgement.
(package private)  void TCPJSocketImpl.sendAndAwaitACK(int flags, TCPOptions options)
          Sends a message with no data but some options and awaits acknowledgement.
(package private)  void TCPJSocketImpl.transmit(int flags, TCPOptions options, byte[] buffer, int offset, int count, boolean retransmit)
          Transmits a TCP message to the destination.