A B C D G O P R S T 

A

accept(ByteBuffer) - Method in class org.openmuc.josistack.AcseAssociation
A server that got an Association Request Indication may use this function to accept the association.
AcseAssociation - Class in org.openmuc.josistack
 
AcseAssociationListener - Interface in org.openmuc.josistack
 
associate(InetAddress, int, InetAddress, int, String, ByteBuffer) - Method in class org.openmuc.josistack.ClientAcseSap
Associate to a remote ServerAcseSAP that is listening at the destination address.
available() - Method in class org.openmuc.josistack.ByteBufferInputStream
 

B

ByteBufferInputStream - Class in org.openmuc.josistack
Simple InputStream wrapper around a ByteBuffer object
ByteBufferInputStream(ByteBuffer) - Constructor for class org.openmuc.josistack.ByteBufferInputStream
 

C

ClientAcseSap - Class in org.openmuc.josistack
This class implements the Service Access Point (SAP) for the Application Control Service Element (ACSE) protocol as defined by ISO 8650 or ITU X.217/X.227.
ClientAcseSap() - Constructor for class org.openmuc.josistack.ClientAcseSap
Use this constructor to create a client ACSE Service Access Point (SAP) that will start connections to remote ACSE SAPs.
ClientAcseSap(SocketFactory) - Constructor for class org.openmuc.josistack.ClientAcseSap
 
close() - Method in class org.openmuc.josistack.AcseAssociation
Closes the connection simply by closing the socket.
connectionIndication(AcseAssociation, ByteBuffer) - Method in interface org.openmuc.josistack.AcseAssociationListener
 
connectionIndication(TConnection) - Method in class org.openmuc.josistack.ServerAcseSap
This function is internal and should not be called by users of this class.

D

DecodingException - Exception in org.openmuc.josistack
 
DecodingException() - Constructor for exception org.openmuc.josistack.DecodingException
 
DecodingException(String) - Constructor for exception org.openmuc.josistack.DecodingException
 
DecodingException(Throwable) - Constructor for exception org.openmuc.josistack.DecodingException
 
DecodingException(String, Throwable) - Constructor for exception org.openmuc.josistack.DecodingException
 
disconnect() - Method in class org.openmuc.josistack.AcseAssociation
Disconnects by sending a disconnect request at the Transport Layer and then closing the socket.

G

getAssociateResponseAPdu() - Method in class org.openmuc.josistack.AcseAssociation
 
getMessageTimeout() - Method in class org.openmuc.josistack.AcseAssociation
 
getSPDUTypeString(byte) - Static method in class org.openmuc.josistack.AcseAssociation
 

O

org.openmuc.josistack - package org.openmuc.josistack
 

P

pSelLocal - Variable in class org.openmuc.josistack.ClientAcseSap
 
pSelLocal - Variable in class org.openmuc.josistack.ServerAcseSap
 
pSelRemote - Variable in class org.openmuc.josistack.ClientAcseSap
 

R

read() - Method in class org.openmuc.josistack.ByteBufferInputStream
 
read(byte[], int, int) - Method in class org.openmuc.josistack.ByteBufferInputStream
 
receive(ByteBuffer) - Method in class org.openmuc.josistack.AcseAssociation
Listens for a new PDU and writes it into the given buffer.

S

send(ByteBuffer) - Method in class org.openmuc.josistack.AcseAssociation
 
ServerAcseSap - Class in org.openmuc.josistack
This class implements the server Service Access Point (SAP) for the Application Control Service Element (ACSE) protocol as defined by ISO 8650 or ITU X.217/X.227.
ServerAcseSap(int, int, InetAddress, AcseAssociationListener) - Constructor for class org.openmuc.josistack.ServerAcseSap
Use this constructor to create a server ACSE SAP that listens on a fixed port.
ServerAcseSap(int, int, InetAddress, AcseAssociationListener, ServerSocketFactory) - Constructor for class org.openmuc.josistack.ServerAcseSap
Use this constructor to create a server ACSE SAP that listens on a fixed port.
serverStoppedListeningIndication(IOException) - Method in interface org.openmuc.josistack.AcseAssociationListener
 
serverStoppedListeningIndication(IOException) - Method in class org.openmuc.josistack.ServerAcseSap
This function is internal and should not be called by users of this class.
serverTSap - Variable in class org.openmuc.josistack.ServerAcseSap
 
setAeQualifierCalled(int) - Method in class org.openmuc.josistack.ClientAcseSap
 
setAeQualifierCalling(int) - Method in class org.openmuc.josistack.ClientAcseSap
 
setApTitleCalled(int[]) - Method in class org.openmuc.josistack.ClientAcseSap
 
setApTitleCalling(int[]) - Method in class org.openmuc.josistack.ClientAcseSap
 
setMessageTimeout(int) - Method in class org.openmuc.josistack.AcseAssociation
 
sSelLocal - Variable in class org.openmuc.josistack.ClientAcseSap
 
sSelRemote - Variable in class org.openmuc.josistack.ClientAcseSap
 
startListening() - Method in class org.openmuc.josistack.ServerAcseSap
Start listening for incoming connections.
stopListening() - Method in class org.openmuc.josistack.ServerAcseSap
 

T

tSap - Variable in class org.openmuc.josistack.ClientAcseSap
 
A B C D G O P R S T