org.apache.openejb.client
Class HttpConnectionFactory.HttpConnection
java.lang.Object
org.apache.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(URI uri)
throws IOException
- Throws:
IOException
discard
public void discard()
- Specified by:
discard in interface Connection
getURI
public URI getURI()
- Specified by:
getURI in interface Connection
close
public void close()
throws IOException
- Specified by:
close in interface Connection
- Throws:
IOException
getOuputStream
public OutputStream getOuputStream()
throws IOException
- Specified by:
getOuputStream in interface Connection
- Throws:
IOException
getInputStream
public InputStream getInputStream()
throws IOException
- Specified by:
getInputStream in interface Connection
- Throws:
IOException
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.