接口的使用
org.springframework.web.HttpRequestHandler
使用HttpRequestHandler的程序包 程序包 说明 org.springframework.remoting.caucho This package provides remoting classes for Caucho's Hessian protocol: a proxy factory for accessing Hessian services, and an exporter for making beans available to Hessian clients.org.springframework.remoting.httpinvoker Remoting classes for transparent Java-to-Java remoting via HTTP invokers.org.springframework.web.servlet.resource Support classes for serving static resources.org.springframework.web.socket.config.annotation Support for annotation-based WebSocket setup in configuration classes.org.springframework.web.socket.server.support Server-side support classes including container-specific strategies for upgrading a request.org.springframework.web.socket.sockjs.support Support classes for SockJS including anAbstractSockJsServiceimplementation.org.springframework.remoting.caucho中HttpRequestHandler的使用
实现HttpRequestHandler的org.springframework.remoting.caucho中的类 修饰符和类型 类 说明 classHessianServiceExporterServlet-API-based HTTP request handler that exports the specified service bean as Hessian service endpoint, accessible via a Hessian proxy.org.springframework.remoting.httpinvoker中HttpRequestHandler的使用
实现HttpRequestHandler的org.springframework.remoting.httpinvoker中的类 修饰符和类型 类 说明 classHttpInvokerServiceExporterServlet-API-based HTTP request handler that exports the specified service bean as HTTP invoker service endpoint, accessible via an HTTP invoker proxy.org.springframework.web.servlet.resource中HttpRequestHandler的使用
实现HttpRequestHandler的org.springframework.web.servlet.resource中的类 修饰符和类型 类 说明 classDefaultServletHttpRequestHandlerAnHttpRequestHandlerfor serving static files using the Servlet container's "default" Servlet.classResourceHttpRequestHandlerHttpRequestHandlerthat serves static resources in an optimized way according to the guidelines of Page Speed, YSlow, etc.org.springframework.web.socket.config.annotation中HttpRequestHandler的使用
返回变量类型为HttpRequestHandler的类型的org.springframework.web.socket.config.annotation中的方法 修饰符和类型 方法 说明 protected MultiValueMap<HttpRequestHandler,String>ServletWebSocketHandlerRegistration. createMappings()MultiValueMap<HttpRequestHandler,String>WebMvcStompWebSocketEndpointRegistration. getMappings()类型变量类型为HttpRequestHandler的org.springframework.web.socket.config.annotation中的方法参数 修饰符和类型 方法 说明 protected voidServletWebSocketHandlerRegistration. addSockJsServiceMapping(MultiValueMap<HttpRequestHandler,String> mappings, SockJsService sockJsService, WebSocketHandler handler, String pathPattern)protected voidServletWebSocketHandlerRegistration. addWebSocketHandlerMapping(MultiValueMap<HttpRequestHandler,String> mappings, WebSocketHandler webSocketHandler, HandshakeHandler handshakeHandler, HandshakeInterceptor[] interceptors, String path)org.springframework.web.socket.server.support中HttpRequestHandler的使用
实现HttpRequestHandler的org.springframework.web.socket.server.support中的类 修饰符和类型 类 说明 classWebSocketHttpRequestHandlerAHttpRequestHandlerfor processing WebSocket handshake requests.org.springframework.web.socket.sockjs.support中HttpRequestHandler的使用
实现HttpRequestHandler的org.springframework.web.socket.sockjs.support中的类 修饰符和类型 类 说明 classSockJsHttpRequestHandlerAnHttpRequestHandlerthat allows mapping aSockJsServiceto requests in a Servlet container.