|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nakedobjects.remoting.transport.TransportAbstract
org.nakedobjects.plugins.remoting.http.transport.HttpClientTransport
public class HttpClientTransport
| Constructor Summary | |
|---|---|
HttpClientTransport(NakedObjectConfiguration configuration)
|
|
| Method Summary | |
|---|---|
void |
connect()
|
void |
disconnect()
|
java.io.InputStream |
getInputStream()
When first called, executes the HTTP POST, then returns the response body. |
java.io.OutputStream |
getOutputStream()
Returns an OutputStream that writes into the request body of an
HTTP POST, and will send on flush. |
void |
init()
|
void |
shutdown()
|
| Methods inherited from class org.nakedobjects.remoting.transport.TransportAbstract |
|---|
getConfiguration |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HttpClientTransport(NakedObjectConfiguration configuration)
| Method Detail |
|---|
public void init()
public void shutdown()
public void connect()
throws java.io.IOException
java.io.IOExceptionpublic void disconnect()
public java.io.OutputStream getOutputStream()
OutputStream that writes into the request body of an
HTTP POST, and will send on flush.
public java.io.InputStream getInputStream()
throws java.io.IOException
Subsequent calls return the same input stream, at whatever position they have been processed.
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||