edu.emory.mathcs.rmix.transport.compressed
Class CompressedClientSocketFactory.URLDecoder

java.lang.Object
  extended byedu.emory.mathcs.rmix.transport.compressed.CompressedClientSocketFactory.URLDecoder
All Implemented Interfaces:
URLEncodableRmixClientSocketFactory.URLDecoder
Enclosing class:
CompressedClientSocketFactory

public static class CompressedClientSocketFactory.URLDecoder
extends java.lang.Object
implements URLEncodableRmixClientSocketFactory.URLDecoder


Constructor Summary
CompressedClientSocketFactory.URLDecoder()
           
 
Method Summary
 RmixClientSocketFactory decodeFromURLScheme(java.lang.String prefix, java.lang.String remainder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompressedClientSocketFactory.URLDecoder

public CompressedClientSocketFactory.URLDecoder()
Method Detail

decodeFromURLScheme

public RmixClientSocketFactory decodeFromURLScheme(java.lang.String prefix,
                                                   java.lang.String remainder)
Specified by:
decodeFromURLScheme in interface URLEncodableRmixClientSocketFactory.URLDecoder