com.continuuity.http
Class HandlerInfo

java.lang.Object
  extended by com.continuuity.http.HandlerInfo

public class HandlerInfo
extends Object

Contains information about HttpHandler method.


Constructor Summary
HandlerInfo(String handlerName, String methodName)
           
 
Method Summary
 String getHandlerName()
           
 String getMethodName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandlerInfo

public HandlerInfo(String handlerName,
                   String methodName)
Method Detail

getHandlerName

public String getHandlerName()

getMethodName

public String getMethodName()


Copyright 2013 Continuuity, Inc. Licensed under the Apache License, Version 2.0