org.apache.xmlrpc
Class WebServer.Connection
java.lang.Object
org.apache.xmlrpc.WebServer.Connection
- WebServer
- Runnable
(package private) class WebServer.Connection
extends java.lang.Object
implements Runnable
buffer
(package private) byte[] buffer
input
private BufferedInputStream input
output
private BufferedOutputStream output
password
private String password
socket
private Socket socket
Connection
public Connection(Socket socket)
throws IOException
parseAuth
private void parseAuth(String line)
readLine
private String readLine()
throws IOException
writeBadRequest
private void writeBadRequest(String httpVersion,
String httpMethod)
throws IOException
writeResponse
private void writeResponse(byte[] payload,
String httpVersion,
boolean keepAlive)
throws IOException
writeUnauthorized
private void writeUnauthorized(String httpVersion,
String httpMethod)
throws IOException
Copyright B) 1999-2002 Apache Software Foundation. All Rights Reserved.