Interface HttpServer.User
-
- All Known Implementing Classes:
AuthBasic.BasicUser,HttpServer.AbstractUser
- Enclosing interface:
- HttpServer
public static interface HttpServer.UserAn interface defines a user access to the HTTP server.- Since:
- 1.1
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.Class<HttpServer.User>KEYThe key of theHttpServer.Userused in HTTP request context properties.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringusername()Returns the username of this user.
-
-
-
Field Detail
-
KEY
static final java.lang.Class<HttpServer.User> KEY
The key of theHttpServer.Userused in HTTP request context properties.The value is
com.github.fmjsjx.libnetty.http.server.HttpServer.User.class.
-
-