Uses of Class
org.glassfish.grizzly.CloseReason
Packages that use CloseReason
Package
Description
-
Uses of CloseReason in org.glassfish.grizzly
Fields in org.glassfish.grizzly declared as CloseReasonModifier and TypeFieldDescriptionstatic final CloseReasonCloseReason.LOCALLY_CLOSED_REASONstatic final CloseReasonCloseReason.REMOTELY_CLOSED_REASONMethods in org.glassfish.grizzly that return CloseReasonModifier and TypeMethodDescriptionConnection.getCloseReason()ReturnsCloseReasonif this Connection has been closed, or null otherwise.Methods in org.glassfish.grizzly that return types with arguments of type CloseReason -
Uses of CloseReason in org.glassfish.grizzly.nio
Methods in org.glassfish.grizzly.nio that return CloseReasonMethods in org.glassfish.grizzly.nio that return types with arguments of type CloseReasonMethods in org.glassfish.grizzly.nio with parameters of type CloseReasonModifier and TypeMethodDescriptionprotected voidNIOConnection.closeGracefully0(CompletionHandler<Closeable> completionHandler, CloseReason closeReason) protected voidNIOConnection.terminate0(CompletionHandler<Closeable> completionHandler, CloseReason reason) -
Uses of CloseReason in org.glassfish.grizzly.nio.transport
Methods in org.glassfish.grizzly.nio.transport with parameters of type CloseReasonModifier and TypeMethodDescriptionprotected voidTCPNIOServerConnection.closeGracefully0(CompletionHandler<Closeable> completionHandler, CloseReason closeReason) protected voidUDPNIOServerConnection.closeGracefully0(CompletionHandler<Closeable> completionHandler, CloseReason closeReason) protected voidTCPNIOConnection.terminate0(CompletionHandler<Closeable> completionHandler, CloseReason closeReason) protected voidUDPNIOServerConnection.terminate0(CompletionHandler<Closeable> completionHandler, CloseReason closeReason)