public final class ClientAcseSap extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
byte[] |
pSelLocal |
byte[] |
pSelRemote |
byte[] |
sSelLocal |
byte[] |
sSelRemote |
ClientTSap |
tSap |
| 构造器和说明 |
|---|
ClientAcseSap()
Use this constructor to create a client ACSE Service Access Point (SAP) that will start
connections to remote ACSE SAPs.
|
ClientAcseSap(SocketFactory socketFactory) |
| 限定符和类型 | 方法和说明 |
|---|---|
AcseAssociation |
associate(InetAddress address,
int port,
InetAddress localAddr,
int localPort,
String authenticationParameter,
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(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(InetAddress address, int port, InetAddress localAddr, int localPort, String authenticationParameter, ByteBuffer apdu) throws IOException
address - remote InetAddressport - remote portlocalAddr - local InetAddresslocalPort - local portauthenticationParameter - an authentication parameterapdu - the payload to send with the association requestIOException - if an error occurs connectingCopyright © 2025. All rights reserved.