- send(List<byte[]>, List<Integer>, List<Integer>) - Method in class org.openmuc.jositransport.TConnection
-
- send(byte[], int, int) - Method in class org.openmuc.jositransport.TConnection
-
- serverStoppedListeningIndication(IOException) - Method in interface org.openmuc.jositransport.TConnectionListener
-
This function is only called when an IOException in ServerSocket.accept() occurred which was not forced using
ServerTSAP.stopListening()
- ServerTSap - Class in org.openmuc.jositransport
-
This class implements the server Transport Service Access Point (TSAP) over TCP/IP as defined in RFC 1006, ISO 8072,
and ISO 8073.
- ServerTSap(int, TConnectionListener) - Constructor for class org.openmuc.jositransport.ServerTSap
-
Use this constructor to create a server TSAP that can listen on a port.
- ServerTSap(int, int, InetAddress, TConnectionListener) - Constructor for class org.openmuc.jositransport.ServerTSap
-
Use this constructor to create a server TSAP that can listen on a port.
- ServerTSap(int, int, InetAddress, TConnectionListener, ServerSocketFactory) - Constructor for class org.openmuc.jositransport.ServerTSap
-
Use this constructor to create a server TSAP that can listen on a port, with a specified ServerSocketFactory.
- setMaxConnections(int) - Method in class org.openmuc.jositransport.ServerTSap
-
Set the maximum number of connections that are allowed in parallel by the Server SAP.
- setMaxTPDUSizeParam(int) - Method in class org.openmuc.jositransport.ClientTSap
-
Set the maxTPDUSize.
- setMaxTPDUSizeParam(int) - Method in class org.openmuc.jositransport.ServerTSap
-
Set the maxTPDUSize.
- setMessageFragmentTimeout(int) - Method in class org.openmuc.jositransport.ClientTSap
-
Set the TConnection timeout for receiving data once the beginning of a message has been received.
- setMessageFragmentTimeout(int) - Method in class org.openmuc.jositransport.ServerTSap
-
Set the TConnection timeout for receiving data once the beginning of a message has been received.
- setMessageFragmentTimeout(int) - Method in class org.openmuc.jositransport.TConnection
-
Set the TConnection timeout for receiving data once the beginning of a message has been received.
- setMessageTimeout(int) - Method in class org.openmuc.jositransport.ClientTSap
-
Set the TConnection timeout for waiting for the first byte of a new message.
- setMessageTimeout(int) - Method in class org.openmuc.jositransport.ServerTSap
-
Set the TConnection timeout for waiting for the first byte of a new message.
- setMessageTimeout(int) - Method in class org.openmuc.jositransport.TConnection
-
Set the TConnection timeout for waiting for the first byte of a new message.
- setSocketFactory(SocketFactory) - Method in class org.openmuc.jositransport.ClientTSap
-
- startListening() - Method in class org.openmuc.jositransport.ServerTSap
-
Starts a new thread that listens on the configured port.
- stopListening() - Method in class org.openmuc.jositransport.ServerTSap
-
Stop listing on the port.