|
||||||||||
| 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 ClientILException - Description of Exception
public void deleteTemporaryDestination(SpyDestination dest)
throws Exception
ClientIL
deleteTemporaryDestination in interface ClientILdest - Description of Parameter
Exception - Description of Exception
public void pong(long serverTime)
throws Exception
ClientIL
pong in interface ClientILserverTime - Description of Parameter
Exception - Description of Exception
public void receive(ReceiveRequest[] messages)
throws Exception
ClientIL
receive in interface ClientILmessages - Description of Parameter
Exception - Description of Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||