com.aliyun.mns.sample
类 HttpEndpoint.NSHandler

java.lang.Object
  继承者 com.aliyun.mns.sample.HttpEndpoint.NSHandler
所有已实现的接口:
org.apache.http.protocol.HttpRequestHandler
包容类:
HttpEndpoint

public class HttpEndpoint.NSHandler
extends Object
implements org.apache.http.protocol.HttpRequestHandler

core class for processing /notifications request


字段摘要
 org.apache.log4j.Logger logger
           
 
构造方法摘要
HttpEndpoint.NSHandler()
           
 
方法摘要
 void handle(org.apache.http.HttpRequest request, org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context)
          process method for NSHandler
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

logger

public org.apache.log4j.Logger logger
构造方法详细信息

HttpEndpoint.NSHandler

public HttpEndpoint.NSHandler()
方法详细信息

handle

public void handle(org.apache.http.HttpRequest request,
                   org.apache.http.HttpResponse response,
                   org.apache.http.protocol.HttpContext context)
            throws org.apache.http.HttpException,
                   IOException
process method for NSHandler

指定者:
接口 org.apache.http.protocol.HttpRequestHandler 中的 handle
参数:
request, - http request
response, - http responst
context, - http context
抛出:
org.apache.http.HttpException
IOException


Copyright © 2016. All Rights Reserved.