|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IProtocolRequest
Defines an interface to the request part of a protocol.
Description:
This interface contains methods to access data and control
information of the request.
Concurrency issues:
-
Method Summary | |
---|---|
java.io.InputStream |
getInputStream()
get the request its data. |
java.lang.String |
getMessage()
Returns an String which contains the request its data. |
java.lang.String |
getProperty(java.lang.String sName)
Get a property of the underlying protocol. |
java.lang.String |
getProtocolName()
Returns the full name of the protocol used. |
java.lang.String |
getTarget()
Returns the full URL to which the request was issued. |
Method Detail |
---|
java.lang.String getProtocolName()
java.lang.String getTarget()
java.lang.String getMessage()
String
which contains the request its data.
java.lang.String getProperty(java.lang.String sName)
sName
must contain a valid parameter name.
sName
- The property name.
java.io.InputStream getInputStream() throws java.io.IOException
InputStream
, which contains the request its data.
InputStream
should not be shared.
InputStream
from which the incomming message can
be retrieved.
java.io.IOException
- if InputStream
can't be retrieved from the protocol.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |