com.aliyun.mns.sample
类 HttpEndpoint.SimplifiedNSHandler

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

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


构造方法摘要
HttpEndpoint.SimplifiedNSHandler()
           
 
方法摘要
 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
 

构造方法详细信息

HttpEndpoint.SimplifiedNSHandler

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

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.