org.buglet.util
Class XMLClient
java.lang.Object
|
+--org.buglet.util.XMLClient
- public class XMLClient
- extends java.lang.Object
Field Summary |
(package private) java.io.BufferedReader |
in
|
(package private) org.apache.log4j.Category |
log
|
(package private) java.io.PrintWriter |
out
|
(package private) java.net.Socket |
xmlSocket
|
Constructor Summary |
XMLClient(java.lang.String host,
int socket)
|
Method Summary |
void |
end()
|
void |
init(java.lang.String host,
int socket)
|
static void |
main(java.lang.String[] args)
|
java.lang.String |
send(java.lang.String message)
|
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
org.apache.log4j.Category log
xmlSocket
java.net.Socket xmlSocket
out
java.io.PrintWriter out
in
java.io.BufferedReader in
XMLClient
public XMLClient(java.lang.String host,
int socket)
init
public void init(java.lang.String host,
int socket)
send
public java.lang.String send(java.lang.String message)
end
public void end()
main
public static void main(java.lang.String[] args)
throws java.io.IOException
Copyright © 2001 58k.com Inc. All Rights Reserved