org.openejb.client
Interface Connection
- All Known Implementing Classes:
- HttpConnectionFactory.HttpConnection
public interface Connection
An encapsulation of what is necessary to reach the server
- Author:
- John Mettraux, David Blevins
close
void close()
throws java.io.IOException
- Throws:
java.io.IOException
getInputStream
java.io.InputStream getInputStream()
throws java.io.IOException
- Throws:
java.io.IOException
getOuputStream
java.io.OutputStream getOuputStream()
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 1999-2011 OpenEJB. All Rights Reserved.