|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestData | |
context.arch.comm | |
context.arch.comm.clients | |
context.arch.comm.protocol |
Uses of RequestData in context.arch.comm |
Methods in context.arch.comm that return RequestData | |
RequestData |
CommunicationsServer.stripRequestProtocol(java.net.Socket socket)
This abstract method strips the protocol away from the received request |
RequestData |
CommunicationsObject.stripRequestProtocol(java.net.Socket socket)
This stub method strips the communications protocol from the given request using the CommunicationsServer object |
RequestData |
CommunicationsObject.stripRequestProtocol(java.net.DatagramPacket packet)
This stub method strips the communications protocol from the given request using the CommunicationsMulticast object |
RequestData |
CommunicationsObject.sendRequest(RequestObject request)
This method creates a communications client with the given hostname and port and sends the given request using the newly created CommunicationsClient object |
RequestData |
CommunicationsMulticast.stripProtocol(java.net.DatagramPacket packet)
This abstract method strips the protocol away from the received request |
RequestData |
CommunicationsClient.stripReplyProtocol(java.net.Socket socket)
This abstract method strips the protocol away from the received reply |
Uses of RequestData in context.arch.comm.clients |
Methods in context.arch.comm.clients that return RequestData | |
RequestData |
IndependentCommunication.getNonDecodedReply()
Returns the non decoded RequestData reply |
Methods in context.arch.comm.clients with parameters of type RequestData | |
void |
IndependentCommunication.setNonDecodedReply(RequestData reply)
Sets the reply |
Uses of RequestData in context.arch.comm.protocol |
Methods in context.arch.comm.protocol that return RequestData | |
RequestData |
HTTPServerSocket.stripRequestProtocol(java.net.Socket data)
Method that strips the HTTP protocol from a request message. |
RequestData |
HTTPMulticastUDPSocket.stripProtocol(java.net.DatagramPacket packet)
This abstract method strips the protocol away from the received request |
RequestData |
HTTPClientSocket.stripReplyProtocol(java.net.Socket data)
Method that strips away the HTTP protocol from a reply message |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |