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