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

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

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

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

Methods in com.sun.jini.jeri.internal.http with parameters of type MessageReader
private  void HttpServerConnection.Dispatcher.handleBadRequest(StartLine inLine, Header inHeader, MessageReader reader)
          Handles unacceptable HTTP request.
private  void HttpServerConnection.Dispatcher.handlePing(StartLine inLine, Header inHeader, MessageReader reader)
          Handles ping request.
private  void HttpServerConnection.Dispatcher.handleRequest(StartLine inLine, Header inHeader, MessageReader reader)
          Handles "standard" (i.e., dispatchable) request.
 

Constructors in com.sun.jini.jeri.internal.http with parameters of type MessageReader
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.