public interface TransportProvider
Modifier and Type | Method and Description |
---|---|
void |
close() |
java.io.InputStream |
getInputStream() |
java.io.OutputStream |
getOutputStream() |
java.lang.String |
getProviderDetail() |
void close() throws java.io.IOException
java.io.IOException
java.io.InputStream getInputStream() throws java.io.IOException
java.io.IOException
java.io.OutputStream getOutputStream() throws java.io.IOException
java.io.IOException
java.lang.String getProviderDetail()
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.