edu.emory.mathcs.rmix.transport
Interface URLEncodableRmixClientSocketFactory

All Known Implementing Classes:
CompressedClientSocketFactory, InProcClientSocketFactory, PlainClientSocketFactory, RmixSSLClientSocketFactory, TunnelClientSocketFactory

public interface URLEncodableRmixClientSocketFactory

Denotes a client socket factory that can serialize itself to be a part of a URL scheme.

Version:
1.0
Author:
Dawid Kurzyniec

Nested Class Summary
static interface URLEncodableRmixClientSocketFactory.URLDecoder
           
 
Method Summary
 java.lang.String encodeToURLScheme()
           
 

Method Detail

encodeToURLScheme

public java.lang.String encodeToURLScheme()