|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.mq.il.http.HTTPClientIL
public class HTTPClientIL
The HTTP/S implementation of the ClientIL object
Field Summary | |
---|---|
boolean |
stopped
|
Constructor Summary | |
---|---|
HTTPClientIL(String clientIlId)
|
Method Summary | |
---|---|
void |
close()
The connection is closed |
void |
deleteTemporaryDestination(SpyDestination dest)
One TemporaryDestination has been deleted |
void |
pong(long serverTime)
Response to a ping sent by a client. |
void |
receive(ReceiveRequest[] 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 |
---|
public boolean stopped
Constructor Detail |
---|
public HTTPClientIL(String clientIlId)
Method Detail |
---|
public void close() throws Exception
ClientIL
close
in interface ClientIL
Exception
- Description of Exceptionpublic void deleteTemporaryDestination(SpyDestination dest) throws Exception
ClientIL
deleteTemporaryDestination
in interface ClientIL
dest
- Description of Parameter
Exception
- Description of Exceptionpublic void pong(long serverTime) throws Exception
ClientIL
pong
in interface ClientIL
serverTime
- Description of Parameter
Exception
- Description of Exceptionpublic void receive(ReceiveRequest[] messages) throws Exception
ClientIL
receive
in interface ClientIL
messages
- Description of Parameter
Exception
- Description of Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |