Uses of Enum Class
com.sun.net.httpserver.SimpleFileServer.OutputLevel
Packages that use SimpleFileServer.OutputLevel
包
描述
Provides a simple high-level Http server API, which can be used to build
embedded HTTP servers.
-
Uses of SimpleFileServer.OutputLevel in com.sun.net.httpserver
Methods in com.sun.net.httpserver that return SimpleFileServer.OutputLevel修饰符和类方法描述static SimpleFileServer.OutputLevel
Returns the enum constant of this class with the specified name.static SimpleFileServer.OutputLevel[]
SimpleFileServer.OutputLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sun.net.httpserver with parameters of type SimpleFileServer.OutputLevel修饰符和类方法描述static HttpServer
SimpleFileServer.createFileServer
(InetSocketAddress addr, Path rootDirectory, SimpleFileServer.OutputLevel outputLevel) Creates a file server that serves files from a given path.static Filter
SimpleFileServer.createOutputFilter
(OutputStream out, SimpleFileServer.OutputLevel outputLevel) Creates a post-processing Filter that prints log messages about exchanges.