Class ServerConnectionHandler
java.lang.Object
software.amazon.awssdk.crt.eventstream.ServerConnectionHandler
- All Implemented Interfaces:
AutoCloseable
- Direct Known Subclasses:
OperationRoutingServerConnectionHandler
Handler for EventStream ServerConnections. It's marked AutoClosable.
By default onConnectionClosed, calls the close() function on this object.
-
Method Summary
-
Method Details
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-