|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Header | |
|---|---|
| com.pushtotest.tool.protocolhandler | |
| Uses of Header in com.pushtotest.tool.protocolhandler |
|---|
| Classes in com.pushtotest.tool.protocolhandler that implement Header | |
|---|---|
class |
HeaderWrapper
This is an abstract class that implements the non-type specific parts of the header interface. |
class |
HTTPHeader
This is an interface that should be implemented to allow Protocol specific setting of the headers of a request. |
class |
SOAPHeader
This is an interface that should be implemented to allow Protocol specific setting of the headers of a request. |
class |
XMLRPCHeader
This is an interface that should be implemented to allow Protocol specific setting of the headers of a request. |
| Fields in com.pushtotest.tool.protocolhandler declared as Header | |
|---|---|
protected Header |
ProtocolWrapper.header
|
| Methods in com.pushtotest.tool.protocolhandler that return Header | |
|---|---|
static Header |
ProtocolHandler.getHeader(java.lang.String protocol)
This finds the class that should be used for a Header from a given protocol type. |
| Methods in com.pushtotest.tool.protocolhandler with parameters of type Header | |
|---|---|
void |
ProtocolWrapper.setHeader(Header header)
Sets the header for this connection. |
void |
Protocol.setHeader(Header header)
Sets the header for this connection. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||