org.apache.openejb.client
Class HttpConnectionFactory.HttpConnection

java.lang.Object
  extended by org.apache.openejb.client.HttpConnectionFactory.HttpConnection
All Implemented Interfaces:
Connection
Enclosing class:
HttpConnectionFactory

public static class HttpConnectionFactory.HttpConnection
extends java.lang.Object
implements Connection


Constructor Summary
HttpConnectionFactory.HttpConnection(java.net.URI uri)
           
 
Method Summary
 void close()
           
 void discard()
           
 java.io.InputStream getInputStream()
           
 java.io.OutputStream getOuputStream()
           
 java.net.URI getURI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpConnectionFactory.HttpConnection

public HttpConnectionFactory.HttpConnection(java.net.URI uri)
                                     throws java.io.IOException
Throws:
java.io.IOException
Method Detail

discard

public void discard()
Specified by:
discard in interface Connection

getURI

public java.net.URI getURI()
Specified by:
getURI in interface Connection

close

public void close()
           throws java.io.IOException
Specified by:
close in interface Connection
Throws:
java.io.IOException

getOuputStream

public java.io.OutputStream getOuputStream()
                                    throws java.io.IOException
Specified by:
getOuputStream in interface Connection
Throws:
java.io.IOException

getInputStream

public java.io.InputStream getInputStream()
                                   throws java.io.IOException
Specified by:
getInputStream in interface Connection
Throws:
java.io.IOException


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.