edu.emory.mathcs.rmix.transport.inproc
Class InProcClientSocketFactory.URLDecoder

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

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


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

InProcClientSocketFactory.URLDecoder

public InProcClientSocketFactory.URLDecoder()
Method Detail

decodeFromURLScheme

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