Uses of Class
com.sun.jini.jeri.internal.http.MessageWriter

Packages that use MessageWriter
com.sun.jini.jeri.internal.http   
 

Uses of MessageWriter in com.sun.jini.jeri.internal.http
 

Fields in com.sun.jini.jeri.internal.http declared as MessageWriter
private  MessageWriter HttpClientConnection.OutboundRequestImpl.writer
           
private  MessageWriter HttpServerConnection.InboundRequestImpl.writer
           
 

Constructors in com.sun.jini.jeri.internal.http with parameters of type MessageWriter
HttpServerConnection.InboundRequestImpl(MessageReader reader, MessageWriter writer)
          Creates new InboundRequestImpl which uses given MessageReader and MessageWriter instances to read/write request content.
 



Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.