Class TCPListener
java.lang.Object
org.aoju.bus.image.metric.internal.net.TCPListener
- All Implemented Interfaces:
Closeable,AutoCloseable,SocketListener
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TCPListener
public TCPListener(Connection conn, TCPHandler handler) throws IOException, GeneralSecurityException - Throws:
IOExceptionGeneralSecurityException
-
-
Method Details
-
getEndPoint
- Specified by:
getEndPointin interfaceSocketListener
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-