Package org.littleshoot.proxy.impl
Class ClientDetails
java.lang.Object
org.littleshoot.proxy.impl.ClientDetails
Contains information about the client.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate InetSocketAddressThe client's addressprivate StringThe user name that was used for authentication, or null if authentication wasn't performed. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidsetClientAddress(InetSocketAddress clientAddress) (package private) voidsetUserName(String userName)
-
Field Details
-
userName
The user name that was used for authentication, or null if authentication wasn't performed. -
clientAddress
The client's address
-
-
Constructor Details
-
ClientDetails
public ClientDetails()
-
-
Method Details
-
getUserName
-
setUserName
-
getClientAddress
-
setClientAddress
-