Uses of Interface
com.sun.grizzly.streams.StreamWriter

Packages that use StreamWriter
com.sun.grizzly   
com.sun.grizzly.filterchain   
com.sun.grizzly.nio.transport   
com.sun.grizzly.ssl   
com.sun.grizzly.streams   
 

Uses of StreamWriter in com.sun.grizzly
 

Methods in com.sun.grizzly that return StreamWriter
 StreamWriter Connection.getStreamWriter()
          Get the Connection StreamWriter, to write data to the Connection.
 

Uses of StreamWriter in com.sun.grizzly.filterchain
 

Methods in com.sun.grizzly.filterchain that return StreamWriter
 StreamWriter FilterChainContext.getStreamWriter()
          Get the StreamWriter, associated with processing.
 StreamWriter StreamTransformerFilter.getStreamWriter(StreamWriter parentStreamWriter)
           
 

Methods in com.sun.grizzly.filterchain with parameters of type StreamWriter
 StreamWriter StreamTransformerFilter.getStreamWriter(StreamWriter parentStreamWriter)
           
 void FilterChainContext.setStreamWriter(StreamWriter streamWriter)
          Set the StreamWriter, associated with processing.
 

Uses of StreamWriter in com.sun.grizzly.nio.transport
 

Classes in com.sun.grizzly.nio.transport that implement StreamWriter
 class TCPNIOStreamWriter
           
 class UDPNIOStreamWriter
           
 

Methods in com.sun.grizzly.nio.transport that return StreamWriter
 StreamWriter TCPNIOConnection.getStreamWriter()
           
 StreamWriter UDPNIOConnection.getStreamWriter()
           
 

Uses of StreamWriter in com.sun.grizzly.ssl
 

Classes in com.sun.grizzly.ssl that implement StreamWriter
 class SSLStreamWriter
          SSL aware StreamWriter implementation, which work like a wrapper over existing StreamWriter.
 

Methods in com.sun.grizzly.ssl that return StreamWriter
 StreamWriter SSLFilter.getStreamWriter(StreamWriter parentStreamWriter)
           
 

Methods in com.sun.grizzly.ssl with parameters of type StreamWriter
 StreamWriter SSLFilter.getStreamWriter(StreamWriter parentStreamWriter)
           
 void SSLStreamWriter.setUnderlyingWriter(StreamWriter underlyingWriter)
           
 

Constructors in com.sun.grizzly.ssl with parameters of type StreamWriter
SSLStreamWriter(StreamWriter underlyingWriter)
           
 

Uses of StreamWriter in com.sun.grizzly.streams
 

Subinterfaces of StreamWriter in com.sun.grizzly.streams
 interface AddressableStreamWriter<A>
          Addressable StreamWriter, which can send data to different destinations.
 

Classes in com.sun.grizzly.streams that implement StreamWriter
 class AbstractStreamWriter
          Write the primitive Java type to the current ByteBuffer.
 class StreamWriterDecorator
           
 

Fields in com.sun.grizzly.streams declared as StreamWriter
protected  StreamWriter StreamWriterDecorator.underlyingWriter
           
 

Methods in com.sun.grizzly.streams that return StreamWriter
 StreamWriter StreamWriterDecorator.getUnderlyingWriter()
           
 

Methods in com.sun.grizzly.streams with parameters of type StreamWriter
 void StreamWriterDecorator.setUnderlyingWriter(StreamWriter underlyingWriter)
           
 

Constructors in com.sun.grizzly.streams with parameters of type StreamWriter
StreamWriterDecorator(StreamWriter underlyingWriter)
           
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.