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
           
 
Constructor Summary
(package private) HttpService.ServiceRequest(int type, java.net.Socket s)
           
 
Method Summary
 java.net.Socket getClientSocket()
           
 java.lang.String getProperty(java.lang.String propName)
           
 int getType()
           
 void setProperty(java.lang.String propName, java.lang.String propValue)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

HttpService.ServiceRequest

HttpService.ServiceRequest(int type,
                           java.net.Socket s)
Method Detail

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