Record Class的使用
cn.taketoday.http.server.PathContainer.Options
使用PathContainer.Options的程序包
程序包
说明
Contains an abstraction over server-side HTTP.
Dedicated support for matching HTTP request paths.
-
cn.taketoday.http.server中PathContainer.Options的使用
修饰符和类型字段说明static final PathContainer.OptionsPathContainer.Options.HTTP_PATHOptions for HTTP URL paths.static final PathContainer.OptionsPathContainer.Options.MESSAGE_ROUTEOptions for a message route.修饰符和类型方法说明static PathContainer.OptionsPathContainer.Options.create(char separator, boolean decodeAndParseSegments) Create anPathContainer.Optionsinstance with the given settings.修饰符和类型方法说明(专用程序包) static PathContainerDefaultPathContainer.createFromUrlPath(String path, PathContainer.Options options) static PathContainerPathContainer.parsePath(String path, PathContainer.Options options) Parse the path value into a sequence ofSeparatorandPathSegmentelements. -
cn.taketoday.web.util.pattern中PathContainer.Options的使用
修饰符和类型字段说明private final PathContainer.OptionsPathPattern.pathOptionsThe options to use to parse a pattern.private PathContainer.OptionsPathPatternParser.pathOptions修饰符和类型方法说明voidPathPatternParser.setPathOptions(PathContainer.Options pathOptions) Set options for parsing patterns.