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

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

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

Fields in com.sun.jini.jeri.internal.http declared as StartLine
private  StartLine HttpClientConnection.OutboundRequestImpl.inLine
           
private  StartLine MessageReader.sline
           
 

Methods in com.sun.jini.jeri.internal.http that return StartLine
private  StartLine HttpClientConnection.createPostLine()
          Creates start line for outbound HTTP POST message.
(package private)  StartLine MessageReader.readStartLine()
          Reads in HTTP message start line.
 

Methods in com.sun.jini.jeri.internal.http with parameters of type StartLine
private  void HttpClientConnection.analyzePostResponse(StartLine inLine, Header inHeader)
          Analyzes POST response message start line and header, updating cached target/proxy server information if necessary.
private  void HttpClientConnection.analyzeProxyResponse(StartLine inLine, Header inHeader)
          Analyzes CONNECT or OPTIONS response message start line and header sent by proxy, updating proxy server information if necessary.
private static boolean MessageReader.contentIndicated(StartLine sline, Header header)
          Returns true if given start line and header indicate a content body.
private  Header HttpClientConnection.createPostHeader(StartLine sline)
          Creates header for outbound HTTP POST message with given start line.
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.
private static boolean HttpServerConnection.supportsChunking(StartLine sline, Header header)
          Returns true if the received message start line indicates that the sender understands chunked transfer coding.
private  boolean HttpClientConnection.supportsPersist(StartLine sline, Header header)
          Returns true if the given response line and header indicate that the connection can be persisted, and use of persistent connections has not been disabled.
private static boolean HttpServerConnection.supportsPersist(StartLine sline, Header header)
          Returns true if the received message start line and header indicate that the connection can be persisted.
(package private)  void MessageWriter.writeStartLine(StartLine line)
          Writes HTTP message start line.
 



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