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
|
|
方法摘要 |
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 requestresponse, - http responstcontext, - http context
- 抛出:
org.apache.http.HttpException
IOException
Copyright © 2016. All Rights Reserved.