| 程序包 | 说明 |
|---|---|
| com.beanit.josistack | |
| com.beanit.jositransport |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ServerAcseSap
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.
|
| 构造器和说明 |
|---|
ServerTSap(int port,
int backlog,
InetAddress bindAddr,
TConnectionListener conListener)
Use this constructor to create a server TSAP that can listen on a port.
|
ServerTSap(int port,
int backlog,
InetAddress bindAddr,
TConnectionListener connectionListener,
ServerSocketFactory serverSocketFactory)
Use this constructor to create a server TSAP that can listen on a port, with a specified
ServerSocketFactory.
|
ServerTSap(int port,
TConnectionListener conListener)
Use this constructor to create a server TSAP that can listen on a port.
|
Copyright © 2025. All rights reserved.