org.jboss.mq.il.http
Class HTTPClientIL

java.lang.Object
  extended byorg.jboss.mq.il.http.HTTPClientIL
All Implemented Interfaces:
ClientIL (src) , java.io.Serializable

public class HTTPClientIL
extends java.lang.Object
implements ClientIL (src) , java.io.Serializable

The HTTP/S implementation of the ClientIL object

See Also:
Serialized Form

Field Summary
 boolean stopped
           
 
Constructor Summary
HTTPClientIL(java.lang.String clientIlId)
           
 
Method Summary
 void close()
          The connection is closed
 void deleteTemporaryDestination(SpyDestination (src)  dest)
          One TemporaryDestination has been deleted
 void pong(long serverTime)
          Response to a ping sent by a client.
 void receive(ReceiveRequest (src) [] messages)
          A message has arrived for the Connection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stopped

public boolean stopped
Constructor Detail

HTTPClientIL

public HTTPClientIL(java.lang.String clientIlId)
Method Detail

close

public void close()
           throws java.lang.Exception
Description copied from interface: ClientIL (src)
The connection is closed

Specified by:
close in interface ClientIL (src)
Throws:
java.lang.Exception - Description of Exception

deleteTemporaryDestination

public void deleteTemporaryDestination(SpyDestination (src)  dest)
                                throws java.lang.Exception
Description copied from interface: ClientIL (src)
One TemporaryDestination has been deleted

Specified by:
deleteTemporaryDestination in interface ClientIL (src)
Parameters:
dest - Description of Parameter
Throws:
java.lang.Exception - Description of Exception

pong

public void pong(long serverTime)
          throws java.lang.Exception
Description copied from interface: ClientIL (src)
Response to a ping sent by a client.

Specified by:
pong in interface ClientIL (src)
Parameters:
serverTime - Description of Parameter
Throws:
java.lang.Exception - Description of Exception

receive

public void receive(ReceiveRequest (src) [] messages)
             throws java.lang.Exception
Description copied from interface: ClientIL (src)
A message has arrived for the Connection. Deliver messages to client.

Specified by:
receive in interface ClientIL (src)
Parameters:
messages - Description of Parameter
Throws:
java.lang.Exception - Description of Exception