Uses of Interface
org.glassfish.grizzly.Closeable
Packages that use Closeable
Package
Description
-
Uses of Closeable in org.glassfish.grizzly
Classes in org.glassfish.grizzly with type parameters of type CloseableModifier and TypeInterfaceDescriptioninterfaceCloseListener<T extends Closeable,C extends ICloseType> The listener, which is used to be notified, when Connection gets closed.Subinterfaces of Closeable in org.glassfish.grizzlyModifier and TypeInterfaceDescriptioninterfaceConnection<L>Common interface, which represents any kind of connection.Methods in org.glassfish.grizzly that return types with arguments of type CloseableModifier and TypeMethodDescriptionCloseable.close()Gracefully (if supported by the implementation) closes this stream and releases any system resources associated with it.Connection.close()Gracefully close theConnectionCloseable.terminate()Closes this stream and releases any system resources associated with it.Connection.terminate()Close theConnectionMethod parameters in org.glassfish.grizzly with type arguments of type CloseableModifier and TypeMethodDescriptionvoidCloseable.close(CompletionHandler<Closeable> completionHandler) Deprecated.voidConnection.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 CloseableModifier and TypeMethodDescriptionFilterChainContext.getCloseable()Get theCloseable, associated with the current processing.Methods in org.glassfish.grizzly.filterchain with parameters of type CloseableModifier and TypeMethodDescriptionstatic FilterChainContextFilterChainContext.create(Connection connection, Closeable closeable) AbstractFilterChain.obtainFilterChainContext(Connection connection, Closeable closeable) AbstractFilterChain.obtainFilterChainContext(Connection connection, Closeable closeable, int startIdx, int endIdx, int currentIdx) FilterChain.obtainFilterChainContext(Connection connection, Closeable closeable) FilterChain.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 CloseableModifier and TypeClassDescriptionclassCommonConnectionimplementation for Java NIO Connections.Methods in org.glassfish.grizzly.nio that return types with arguments of type CloseableMethod parameters in org.glassfish.grizzly.nio with type arguments of type CloseableModifier and TypeMethodDescriptionvoidNIOConnection.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 CloseableModifier and TypeClassDescriptionclassConnectionimplementation for theTCPNIOTransportfinal classclassConnectionimplementation for theUDPNIOTransportclassServerConnectionimplementation for theUDPNIOTransportMethod parameters in org.glassfish.grizzly.nio.transport with type arguments of type CloseableModifier 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) voidUDPNIOServerConnection.unbind(CompletionHandler<Closeable> completionHandler)
close()with the followingGrizzlyFuture.addCompletionHandler(org.glassfish.grizzly.CompletionHandler)call