Package org.glassfish.tyrus.spi
Interface Connection.CloseListener
-
- Enclosing interface:
- Connection
public static interface Connection.CloseListenerTransport close listener that receives connection close notifications from Tyrus.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose(CloseReason reason)Tyrus notifies that logical connection is closed.
-
-
-
Method Detail
-
close
void close(CloseReason reason)
Tyrus notifies that logical connection is closed.- Parameters:
reason- for closing the connection.
-
-