Uses of Interface
org.glassfish.grizzly.OutputSink
Packages that use OutputSink
Package
Description
-
Uses of OutputSink in org.glassfish.grizzly
Subinterfaces of OutputSink in org.glassfish.grizzlyModifier and TypeInterfaceDescriptioninterfaceConnection<L>Common interface, which represents any kind of connection.interfaceWriteable<L>Implementations of this interface are able to write data from aBuffer. -
Uses of OutputSink in org.glassfish.grizzly.http
Methods in org.glassfish.grizzly.http that return OutputSinkMethods in org.glassfish.grizzly.http with parameters of type OutputSinkModifier and TypeMethodDescriptionstatic HttpContextHttpContext.newInstance(AttributeStorage attributeStorage, OutputSink outputSink, Closeable closeable, HttpRequestPacket request) Constructors in org.glassfish.grizzly.http with parameters of type OutputSinkModifierConstructorDescriptionprotectedHttpContext(AttributeStorage attributeStorage, OutputSink outputSink, Closeable closeable, HttpRequestPacket request) -
Uses of OutputSink in org.glassfish.grizzly.http.io
Subinterfaces of OutputSink in org.glassfish.grizzly.http.ioModifier and TypeInterfaceDescriptioninterfaceAdds the ability for binary basedOutputSinks to write aBufferinstead of having to convert to those types supported byOutputStream.Classes in org.glassfish.grizzly.http.io that implement OutputSinkModifier and TypeClassDescriptionclassStream implementation for writing binary content to an HTTP user-agent.classStream implementation for writing character content to an HTTP user-agent. -
Uses of OutputSink in org.glassfish.grizzly.http2
Classes in org.glassfish.grizzly.http2 that implement OutputSink -
Uses of OutputSink in org.glassfish.grizzly.nio
Classes in org.glassfish.grizzly.nio that implement OutputSinkModifier and TypeClassDescriptionclassCommonConnectionimplementation for Java NIO Connections. -
Uses of OutputSink in org.glassfish.grizzly.nio.transport
Classes in org.glassfish.grizzly.nio.transport that implement OutputSinkModifier and TypeClassDescriptionclassConnectionimplementation for theTCPNIOTransportfinal classclassConnectionimplementation for theUDPNIOTransportclassServerConnectionimplementation for theUDPNIOTransport