com.sun.grizzly.util.http
Interface DispatcherHelper


public interface DispatcherHelper

Interface simplifies by path or name mapping.


Method Summary
 void mapName(MessageBytes name, MappingData mappingData)
           
 void mapPath(MessageBytes host, MessageBytes path, MappingData mappingData)
           
 

Method Detail

mapPath

void mapPath(MessageBytes host,
             MessageBytes path,
             MappingData mappingData)
             throws java.lang.Exception
Throws:
java.lang.Exception

mapName

void mapName(MessageBytes name,
             MappingData mappingData)
             throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2012 Oracle Corporation. All Rights Reserved.