|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.mjh.switchrmi.RmiTransportBase
|
+--com.mjh.switchrmi.transport.http.HttpClientTransport
| Field Summary |
| Fields inherited from interface com.mjh.switchrmi.RmiTransport |
ASYNCHRONOUS, HTTP, JABBER, JMS, SMTP, SYNCHRONOUS, TEST |
| Constructor Summary | |
HttpClientTransport()
|
|
| Method Summary | |
java.io.InputStream |
getInputStream(RmiContext context)
|
java.io.OutputStream |
getOutputStream(RmiContext context)
|
java.lang.Object |
getSessionIdentifier()
|
void |
recv(RmiContext context)
|
void |
send(RmiContext context)
|
| Methods inherited from class com.mjh.switchrmi.RmiTransportBase |
getName, getType, getUrl, getUrlInfo, setName, setSessionIdentifier, setType, setUrl |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HttpClientTransport()
| Method Detail |
public void send(RmiContext context)
throws java.lang.Exception
send in interface RmiTransportsend in class RmiTransportBasejava.lang.Exceptioncom.mjh.switchrmi.RmiTransport#send()public void recv(RmiContext context)
recv in interface RmiTransportrecv in class RmiTransportBasecom.mjh.switchrmi.RmiTransport#recv()
public java.io.InputStream getInputStream(RmiContext context)
throws java.io.IOException
getInputStream in interface RmiTransportgetInputStream in class RmiTransportBasejava.io.IOExceptioncom.mjh.switchrmi.RmiTransport#getInputStream()
public java.io.OutputStream getOutputStream(RmiContext context)
throws java.io.IOException
getOutputStream in interface RmiTransportgetOutputStream in class RmiTransportBasejava.io.IOExceptioncom.mjh.switchrmi.RmiTransport#getOutputStream()public java.lang.Object getSessionIdentifier()
getSessionIdentifier in interface RmiTransportgetSessionIdentifier in class RmiTransportBase
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||