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 IOException
- Throws:
IOException
getInputStream
InputStream getInputStream()
throws IOException
- Throws:
IOException
getOuputStream
OutputStream getOuputStream()
throws IOException
- Throws:
IOException
Copyright © 1999-2008 OpenEJB. All Rights Reserved.