public interface TConnectionListener
| 限定符和类型 | 方法和说明 |
|---|---|
void |
connectionIndication(TConnection tConnection) |
void |
serverStoppedListeningIndication(IOException e)
This function is only called when an IOException in ServerSocket.accept() occurred which was
not forced using ServerTSAP.stopListening()
|
void connectionIndication(TConnection tConnection)
void serverStoppedListeningIndication(IOException e)
e - The IOException caught form ServerSocket.accept()Copyright © 2025. All rights reserved.