org.isam.exehda.services
Class HttpService.ServiceRequest
java.lang.Object
|
+--org.isam.exehda.services.HttpService.ServiceRequest
- Enclosing class:
- HttpService
- protected class HttpService.ServiceRequest
- extends java.lang.Object
Field Summary |
static int |
GET
|
static int |
HEAD
|
static int |
POST
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GET
public static final int GET
- See Also:
- Constant Field Values
POST
public static final int POST
- See Also:
- Constant Field Values
HEAD
public static final int HEAD
- See Also:
- Constant Field Values
HttpService.ServiceRequest
HttpService.ServiceRequest(int type,
java.net.Socket s)
getProperty
public java.lang.String getProperty(java.lang.String propName)
getType
public int getType()
getClientSocket
public java.net.Socket getClientSocket()
setProperty
public void setProperty(java.lang.String propName,
java.lang.String propValue)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object