org.openejb.client
Class HttpConnectionFactory.HttpConnection
java.lang.Object
org.openejb.client.HttpConnectionFactory.HttpConnection
- All Implemented Interfaces:
- Connection
- Enclosing class:
- HttpConnectionFactory
- public static class HttpConnectionFactory.HttpConnection
- extends Object
- implements Connection
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpConnectionFactory.HttpConnection
public HttpConnectionFactory.HttpConnection(ServerMetaData server)
throws IOException
close
public void close()
throws IOException
- Specified by:
close
in interface Connection
- Throws:
IOException
getInputStream
public InputStream getInputStream()
throws IOException
- Specified by:
getInputStream
in interface Connection
- Throws:
IOException
getOuputStream
public OutputStream getOuputStream()
throws IOException
- Specified by:
getOuputStream
in interface Connection
- Throws:
IOException
Copyright © 1999-2007 OpenEJB. All Rights Reserved.