|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis.transport.http.SimpleAxisWorker
Constructor Summary | |
SimpleAxisWorker(SimpleAxisServer server,
Socket socket)
|
Method Summary | |
static String |
getLocalHost()
One method for all host name lookups. |
protected void |
invokeMethodFromGet(String methodName,
String args)
|
boolean |
matches(byte[] buf,
byte[] target)
does tolower[buf] match the target byte array, up to the target's length? |
boolean |
matches(byte[] buf,
int bufIdx,
byte[] target)
Case-insensitive match of a target byte [] to a source byte [], starting from a particular offset into the source. |
void |
run()
The main workhorse method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SimpleAxisWorker(SimpleAxisServer server, Socket socket)
Method Detail |
public void run()
run
in interface Runnable
protected void invokeMethodFromGet(String methodName, String args) throws Exception
Exception
public boolean matches(byte[] buf, byte[] target)
public boolean matches(byte[] buf, int bufIdx, byte[] target)
public static String getLocalHost()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |