程序包的使用
cn.taketoday.http.server
使用cn.taketoday.http.server的程序包
程序包
说明
Contains an abstraction over server-side HTTP.
Abstractions for reactive HTTP server support including a
ServerHttpRequest and
ServerHttpResponse along with an
HttpHandler for processing.Web Handler
Common MVC logic for matching incoming requests based on conditions.
Provides the types that make up Infra functional web framework.
Standard controller implementations for the MVC framework use like Framework
Dedicated support for matching HTTP request paths.
-
类说明Structured representation of a URI path parsed via
PathContainer.parsePath(String)into a sequence ofPathContainer.SeparatorandPathContainer.PathSegmentelements.A path element, either separator or path segment.Options to customize parsing based on the type of input path.Path segment element.Path separator element.Specialization ofPathContainerthat sub-divides the path into aRequestPath.contextPath()and the remainingRequestPath.pathWithinApplication().A control that can put the processing of an HTTP request in asynchronous mode during which the response remains open until explicitly closed.Represents a server-side HTTP request.Represents a server-side HTTP response.ServerHttpRequestimplementation that is based on aHttpServletRequest.ServerHttpResponseimplementation that is based on aHttpServletResponse. -
类说明Specialization of
PathContainerthat sub-divides the path into aRequestPath.contextPath()and the remainingRequestPath.pathWithinApplication(). -
类说明Structured representation of a URI path parsed via
PathContainer.parsePath(String)into a sequence ofPathContainer.SeparatorandPathContainer.PathSegmentelements.Specialization ofPathContainerthat sub-divides the path into aRequestPath.contextPath()and the remainingRequestPath.pathWithinApplication().Represents a server-side HTTP response. -
类说明Structured representation of a URI path parsed via
PathContainer.parsePath(String)into a sequence ofPathContainer.SeparatorandPathContainer.PathSegmentelements. -
类说明Structured representation of a URI path parsed via
PathContainer.parsePath(String)into a sequence ofPathContainer.SeparatorandPathContainer.PathSegmentelements. -
类说明Specialization of
PathContainerthat sub-divides the path into aRequestPath.contextPath()and the remainingRequestPath.pathWithinApplication(). -
类说明Structured representation of a URI path parsed via
PathContainer.parsePath(String)into a sequence ofPathContainer.SeparatorandPathContainer.PathSegmentelements. -
类说明Structured representation of a URI path parsed via
PathContainer.parsePath(String)into a sequence ofPathContainer.SeparatorandPathContainer.PathSegmentelements.A path element, either separator or path segment.Specialization ofPathContainerthat sub-divides the path into aRequestPath.contextPath()and the remainingRequestPath.pathWithinApplication(). -
类说明Structured representation of a URI path parsed via
PathContainer.parsePath(String)into a sequence ofPathContainer.SeparatorandPathContainer.PathSegmentelements.A path element, either separator or path segment.Options to customize parsing based on the type of input path.