Skip navigation links
C D G O R S T 

C

ClientTSap - Class in org.openmuc.jositransport
This class implements a client Transport Service Access Point (TSAP) over TCP/IP as defined in RFC 1006, ISO 8072, and ISO 8073.
ClientTSap() - Constructor for class org.openmuc.jositransport.ClientTSap
Use this constructor to create a client TSAP that will start connections to remote TSAPs.
ClientTSap(SocketFactory) - Constructor for class org.openmuc.jositransport.ClientTSap
Use this constructor to create a client TSAP that will start connections to remote TSAPs.
close() - Method in class org.openmuc.jositransport.TConnection
Will close the TCP connection if its still open and free any resources of this connection.
connectionIndication(TConnection) - Method in interface org.openmuc.jositransport.TConnectionListener
 
connectTo(InetAddress, int) - Method in class org.openmuc.jositransport.ClientTSap
Connect to a remote TSAP that is listening at the destination address.
connectTo(InetAddress, int, InetAddress, int) - Method in class org.openmuc.jositransport.ClientTSap
Connect to a remote TSAP that is listening at the destination address.

D

disconnect() - Method in class org.openmuc.jositransport.TConnection
This function sends a Disconnect Request but does not wait for a Disconnect Confirm.

G

getMaxTPDUSize(int) - Static method in class org.openmuc.jositransport.ClientTSap
Calculates and returns the maximum TPDUSize.
getMaxTPDUSize(int) - Static method in class org.openmuc.jositransport.ServerTSap
Calculates and returns the maximum TPDUSize.
getMaxTPDUSizeParam() - Method in class org.openmuc.jositransport.ClientTSap
Get the maximum TPDU size parameter to be used by this TSAP
getMaxTPDUSizeParam() - Method in class org.openmuc.jositransport.ServerTSap
Get the maximum TPDU size parameter to be used by this TSAP
getMessageFragmentTimeout() - Method in class org.openmuc.jositransport.TConnection
 
getMessageTimeout() - Method in class org.openmuc.jositransport.TConnection
 

O

org.openmuc.jositransport - package org.openmuc.jositransport
 

R

receive(ByteBuffer) - Method in class org.openmuc.jositransport.TConnection
Listens for a new TPDU and writes the extracted TSDU into the passed buffer.

S

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.

T

TConnection - Class in org.openmuc.jositransport
 
TConnectionListener - Interface in org.openmuc.jositransport
 
tSelLocal - Variable in class org.openmuc.jositransport.ClientTSap
 
tSelLocal - Variable in class org.openmuc.jositransport.TConnection
 
tSelRemote - Variable in class org.openmuc.jositransport.ClientTSap
 
tSelRemote - Variable in class org.openmuc.jositransport.TConnection
 
C D G O R S T 
Skip navigation links