public final class ClientAcseSap
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
byte[] |
pSelLocal |
|
byte[] |
pSelRemote |
|
byte[] |
sSelLocal |
|
byte[] |
sSelRemote |
|
ClientTSap |
tSap |
Constructor | 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 | 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.
|
void |
setAeQualifierCalled(int qualifier) |
|
void |
setAeQualifierCalling(int qualifier) |
|
void |
setApTitleCalled(int[] title) |
|
void |
setApTitleCalling(int[] title) |
public ClientTSap tSap
public byte[] pSelRemote
public byte[] pSelLocal
public byte[] sSelRemote
public byte[] sSelLocal
public ClientAcseSap()
public ClientAcseSap(javax.net.SocketFactory socketFactory)
public void setApTitleCalled(int[] title)
public void setApTitleCalling(int[] title)
public void setAeQualifierCalled(int qualifier)
public void setAeQualifierCalling(int qualifier)
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 portlocalAddr
- local InetAddresslocalPort
- local portauthenticationParameter
- an authentication parameterapdu
- the payload to send with the association requestjava.io.IOException
- if an error occurs connecting