Uses of Interface
org.glassfish.grizzly.Closeable
-
Packages that use Closeable Package Description org.glassfish.grizzly org.glassfish.grizzly.filterchain org.glassfish.grizzly.nio org.glassfish.grizzly.nio.transport -
-
Uses of Closeable in org.glassfish.grizzly
Classes in org.glassfish.grizzly with type parameters of type Closeable Modifier and Type Interface Description interfaceCloseListener<T extends Closeable,C extends ICloseType>The listener, which is used to be notified, when Connection gets closed.Subinterfaces of Closeable in org.glassfish.grizzly Modifier and Type Interface Description interfaceConnection<L>Common interface, which represents any kind of connection.Methods in org.glassfish.grizzly that return types with arguments of type Closeable Modifier and Type Method Description GrizzlyFuture<Closeable>Closeable. close()Gracefully (if supported by the implementation) closes this stream and releases any system resources associated with it.GrizzlyFuture<Closeable>Connection. close()Gracefully close theConnectionGrizzlyFuture<Closeable>Closeable. terminate()Closes this stream and releases any system resources associated with it.GrizzlyFuture<Closeable>Connection. terminate()Close theConnectionMethod parameters in org.glassfish.grizzly with type arguments of type Closeable Modifier and Type Method Description voidCloseable. close(CompletionHandler<Closeable> completionHandler)Deprecated.please useclose()with the followingGrizzlyFuture.addCompletionHandler(org.glassfish.grizzly.CompletionHandler)callvoidConnection. close(CompletionHandler<Closeable> completionHandler)Deprecated.useConnection.close()with the followingGrizzlyFuture.addCompletionHandler(org.glassfish.grizzly.CompletionHandler). -
Uses of Closeable in org.glassfish.grizzly.filterchain
Methods in org.glassfish.grizzly.filterchain that return Closeable Modifier and Type Method Description CloseableFilterChainContext. getCloseable()Get theCloseable, associated with the current processing.Methods in org.glassfish.grizzly.filterchain with parameters of type Closeable Modifier and Type Method Description static FilterChainContextFilterChainContext. create(Connection connection, Closeable closeable)FilterChainContextAbstractFilterChain. obtainFilterChainContext(Connection connection, Closeable closeable)FilterChainContextAbstractFilterChain. obtainFilterChainContext(Connection connection, Closeable closeable, int startIdx, int endIdx, int currentIdx)FilterChainContextFilterChain. obtainFilterChainContext(Connection connection, Closeable closeable)FilterChainContextFilterChain. obtainFilterChainContext(Connection connection, Closeable closeable, int startIdx, int endIdx, int currentIdx) -
Uses of Closeable in org.glassfish.grizzly.nio
Classes in org.glassfish.grizzly.nio that implement Closeable Modifier and Type Class Description classNIOConnectionCommonConnectionimplementation for Java NIO Connections.Methods in org.glassfish.grizzly.nio that return types with arguments of type Closeable Modifier and Type Method Description GrizzlyFuture<Closeable>NIOConnection. close()GrizzlyFuture<Closeable>NIOConnection. terminate()Method parameters in org.glassfish.grizzly.nio with type arguments of type Closeable Modifier and Type Method Description voidNIOConnection. close(CompletionHandler<Closeable> completionHandler)Deprecated.please useNIOConnection.close()with the followingGrizzlyFuture.addCompletionHandler(org.glassfish.grizzly.CompletionHandler)callprotected voidNIOConnection. closeGracefully0(CompletionHandler<Closeable> completionHandler, CloseReason closeReason)protected voidNIOConnection. terminate0(CompletionHandler<Closeable> completionHandler, CloseReason reason) -
Uses of Closeable in org.glassfish.grizzly.nio.transport
Classes in org.glassfish.grizzly.nio.transport that implement Closeable Modifier and Type Class Description classTCPNIOConnectionConnectionimplementation for theTCPNIOTransportclassTCPNIOServerConnectionclassUDPNIOConnectionConnectionimplementation for theUDPNIOTransportclassUDPNIOServerConnectionServerConnectionimplementation for theUDPNIOTransportMethod parameters in org.glassfish.grizzly.nio.transport with type arguments of type Closeable 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)voidUDPNIOServerConnection. unbind(CompletionHandler<Closeable> completionHandler)
-