Package org.jumpmind.symmetric.transport
Interface IIncomingTransport
- All Known Implementing Classes:
FileIncomingTransport
,HttpIncomingTransport
,InternalIncomingTransport
public interface IIncomingTransport
-
Method Details
-
openReader
- Throws:
IOException
-
openStream
- Throws:
IOException
-
close
void close() -
isOpen
boolean isOpen() -
getRedirectionUrl
String getRedirectionUrl() -
getUrl
String getUrl() -
getHeaders
-