org.apache.xmlrpc
Class XmlRpcClientLite.HttpClient
java.lang.Object
|
+--org.apache.xmlrpc.XmlRpcClientLite.HttpClient
- Enclosing class:
- XmlRpcClientLite
- class XmlRpcClientLite.HttpClient
- extends java.lang.Object
Field Summary |
(package private) byte[] |
buffer
|
(package private) boolean |
fresh
|
(package private) java.lang.String |
host
|
(package private) java.lang.String |
hostname
|
(package private) java.io.BufferedInputStream |
input
|
(package private) boolean |
keepalive
|
(package private) java.io.BufferedOutputStream |
output
|
(package private) int |
port
|
(package private) java.net.Socket |
socket
|
(package private) java.lang.String |
uri
|
Methods inherited from class java.lang.Object |
, clone, equals, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
hostname
java.lang.String hostname
host
java.lang.String host
port
int port
uri
java.lang.String uri
socket
java.net.Socket socket
output
java.io.BufferedOutputStream output
input
java.io.BufferedInputStream input
keepalive
boolean keepalive
fresh
boolean fresh
buffer
byte[] buffer
XmlRpcClientLite.HttpClient
public XmlRpcClientLite.HttpClient(java.net.URL url)
throws java.io.IOException
initConnection
protected void initConnection()
throws java.io.IOException
closeConnection
protected void closeConnection()
write
public void write(byte[] request)
throws java.io.IOException
getInputStream
public java.io.InputStream getInputStream()
throws java.io.IOException
readLine
private java.lang.String readLine()
throws java.io.IOException
finalize
protected void finalize()
throws java.lang.Throwable
- Overrides:
finalize
in class java.lang.Object
Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.