Uses of Class
context.arch.comm.protocol.ProtocolException

Packages that use ProtocolException
context.arch   
context.arch.comm   
context.arch.comm.protocol   
 

Uses of ProtocolException in context.arch
 

Methods in context.arch that throw ProtocolException
 DataObject BaseObject.userRequest(DataObject data, java.lang.String requestType)
          Deprecated.  
 DataObject BaseObject.userRequest(RequestObject request)
          Sends a message to a remote component
 DataObject BaseObject.userRequest(DataObject data, java.lang.String requestType, java.lang.String remoteHostname)
          Deprecated.  
 DataObject BaseObject.userRequest(DataObject data, java.lang.String requestType, java.lang.String remoteHostname, int remotePort)
          Method that submits a user request for polling/subscription.
 

Uses of ProtocolException in context.arch.comm
 

Methods in context.arch.comm that throw ProtocolException
 RequestData CommunicationsServer.stripRequestProtocol(java.net.Socket socket)
          This abstract method strips the protocol away from the received request
 java.lang.String CommunicationsServer.addReplyProtocol(java.lang.String reply)
          This abstract method strips the protocol away from the received request
 java.lang.String CommunicationsObject.addReplyProtocol(java.lang.String reply)
          This stub method adds the communications protocol to the given reply using the CommunicationsServer object
 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
 void CommunicationsObject.sendMulticastRequest(java.lang.String request, java.lang.String url)
          This method sends the given request using the CommunicationsMulticast object.
 RequestData CommunicationsMulticast.stripProtocol(java.net.DatagramPacket packet)
          This abstract method strips the protocol away from the received request
 java.lang.String CommunicationsMulticast.addProtocol(java.lang.String data, java.lang.String url, java.lang.String type)
          This abstract method adds the protocol to a request to be sent
 DataObject CommunicationsHandler.userRequest(RequestObject request)
          Method that allows a component to communicate with another component.
 DataObject CommunicationsHandler.userRequest(DataObject data, java.lang.String url)
          Deprecated.  
 DataObject CommunicationsHandler.userRequest(DataObject data, java.lang.String url, java.lang.String server)
          Method that allows a component to communicate with another component.
 DataObject CommunicationsHandler.userRequest(DataObject data, java.lang.String url, java.lang.String server, int port)
          Method that allows a component to communicate with another component.
 RequestData CommunicationsClient.stripReplyProtocol(java.net.Socket socket)
          This abstract method strips the protocol away from the received reply
 java.lang.String CommunicationsClient.addRequestProtocol(java.lang.String data, java.lang.String listener)
          This abstract method adds the protocol to a request to be sent
 java.lang.String CommunicationsClient.addRequestProtocol(java.lang.String data, java.lang.String listener, java.lang.String type)
          This abstract method adds the protocol to a request to be sent
 

Uses of ProtocolException in context.arch.comm.protocol
 

Methods in context.arch.comm.protocol that throw ProtocolException
 java.lang.String HTTPServerSocket.addReplyProtocol(java.lang.String data)
          Method that takes a reply message and adds the necessary HTTP protocol
 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
 java.lang.String HTTPMulticastUDPSocket.addProtocol(java.lang.String data, java.lang.String url)
          This method adds the HTTP protocol for a POST request (POST is the default)
 java.lang.String HTTPMulticastUDPSocket.addProtocol(java.lang.String data, java.lang.String url, java.lang.String type)
          This abstract method adds the protocol to a request to be sent
 java.lang.String HTTPClientSocket.addRequestProtocol(java.lang.String data, java.lang.String url)
          This method adds the HTTP protocol for a POST request (POST is the default)
 java.lang.String HTTPClientSocket.addRequestProtocol(java.lang.String data, java.lang.String url, java.lang.String type)
          Method that adds the HTTP protocol to a request message
 RequestData HTTPClientSocket.stripReplyProtocol(java.net.Socket data)
          Method that strips away the HTTP protocol from a reply message