org.openmuc.josistack
public final class ClientAcseSap extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
byte[] |
pSelLocal |
byte[] |
pSelRemote |
org.openmuc.jositransport.ClientTSap |
tSap |
Constructor and Description |
---|
ClientAcseSap()
Use this constructor to create a client ACSE Service Access Point (SAP) that will start connections to remote
ACSE SAPs.
|
ClientAcseSap(javax.net.SocketFactory socketFactory) |
Modifier and Type | Method and Description |
---|---|
AcseAssociation |
associate(java.net.InetAddress address,
int port,
java.net.InetAddress localAddr,
int localPort,
java.lang.String authenticationParameter,
java.nio.ByteBuffer apdu)
Associate to a remote ServerAcseSAP that is listening at the destination address.
|
public org.openmuc.jositransport.ClientTSap tSap
public byte[] pSelRemote
public byte[] pSelLocal
public ClientAcseSap()
public ClientAcseSap(javax.net.SocketFactory socketFactory)
public AcseAssociation associate(java.net.InetAddress address, int port, java.net.InetAddress localAddr, int localPort, java.lang.String authenticationParameter, java.nio.ByteBuffer apdu) throws java.io.IOException
address
- remote InetAddressport
- remote portjava.io.IOException
- is thrown if association was unsuccessful.