Class HttpProfile
java.lang.Object
com.thecsdev.common.resource.http.HttpProfile
Represents a "profile" for storing HTTP resources such as cache and cookies.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HttpProfileDefaultHttpProfileinstance that stores -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanfinal @NotNull HttpProfileCachegetCache()Returns theHttpProfileCacheassociated with thisHttpProfile.final @NotNull PathReturns thePathto the directory where theHttpProfiledata is stored.final inthashCode()
-
Field Details
-
DEFAULT
DefaultHttpProfileinstance that stores
-
-
Constructor Details
-
HttpProfile
- Throws:
NullPointerException
-
-
Method Details
-
hashCode
-
equals
-
getDirname
Returns thePathto the directory where theHttpProfiledata is stored. -
getCache
Returns theHttpProfileCacheassociated with thisHttpProfile.
-