edu.emory.mathcs.rmix.transport.tunnel
Class TunnelClientSocketFactory.URLDecoder

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

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


Constructor Summary
TunnelClientSocketFactory.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

TunnelClientSocketFactory.URLDecoder

public TunnelClientSocketFactory.URLDecoder()
Method Detail

decodeFromURLScheme

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