Uses of Class
org.glassfish.grizzly.CloseReason
-
Packages that use CloseReason Package Description org.glassfish.grizzly org.glassfish.grizzly.nio org.glassfish.grizzly.nio.transport -
-
Uses of CloseReason in org.glassfish.grizzly
Fields in org.glassfish.grizzly declared as CloseReason Modifier and Type Field Description static CloseReasonCloseReason. LOCALLY_CLOSED_REASONstatic CloseReasonCloseReason. REMOTELY_CLOSED_REASONMethods in org.glassfish.grizzly that return CloseReason Modifier and Type Method Description CloseReasonConnection. getCloseReason()ReturnsCloseReasonif this Connection has been closed, or null otherwise.Methods in org.glassfish.grizzly that return types with arguments of type CloseReason Modifier and Type Method Description GrizzlyFuture<CloseReason>Closeable. closeFuture() -
Uses of CloseReason in org.glassfish.grizzly.nio
Methods in org.glassfish.grizzly.nio that return CloseReason Modifier and Type Method Description CloseReasonNIOConnection. getCloseReason()Methods in org.glassfish.grizzly.nio that return types with arguments of type CloseReason Modifier and Type Method Description GrizzlyFuture<CloseReason>NIOConnection. closeFuture()Methods in org.glassfish.grizzly.nio with parameters of type CloseReason Modifier and Type Method Description protected 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 CloseReason Modifier and Type Method Description protected 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)
-