org.refcodes.mixin.KeyAccessor<String>, org.refcodes.mixin.KeyAccessor.KeyBuilder<String,org.refcodes.structure.Relation.RelationBuilder<String,String>>, org.refcodes.mixin.KeyAccessor.KeyMutator<String>, org.refcodes.mixin.KeyAccessor.KeyProperty<String>, org.refcodes.mixin.ValueAccessor<String>, org.refcodes.mixin.ValueAccessor.ValueBuilder<String,org.refcodes.structure.Relation.RelationBuilder<String,String>>, org.refcodes.mixin.ValueAccessor.ValueMutator<String>, org.refcodes.mixin.ValueAccessor.ValueProperty<String>, Cookie, RequestCookie, org.refcodes.structure.Property, org.refcodes.structure.Property.PropertyBuilder, org.refcodes.structure.Relation<String,String>, org.refcodes.structure.Relation.RelationBuilder<String,String>public class RequestCookieImpl extends org.refcodes.structure.PropertyImpl.PropertyBuilderImpl implements RequestCookie
RequestCookie interface.org.refcodes.mixin.KeyAccessor.KeyBuilder<K extends Object,B extends org.refcodes.mixin.KeyAccessor.KeyBuilder<K,B>>, org.refcodes.mixin.KeyAccessor.KeyMutator<K extends Object>, org.refcodes.mixin.KeyAccessor.KeyProperty<K extends Object>org.refcodes.structure.Property.PropertyBuilderorg.refcodes.structure.PropertyImpl.PropertyBuilderImplorg.refcodes.structure.Relation.RelationBuilder<K extends Object,V extends Object>org.refcodes.structure.RelationImpl.RelationBuilderImpl<K extends Object,V extends Object>org.refcodes.mixin.ValueAccessor.ValueBuilder<V extends Object,B extends org.refcodes.mixin.ValueAccessor.ValueBuilder<V,B>>, org.refcodes.mixin.ValueAccessor.ValueMutator<V extends Object>, org.refcodes.mixin.ValueAccessor.ValueProperty<V extends Object>| Constructor | Description |
|---|---|
RequestCookieImpl() |
Constructs a
RequestCookie. |
RequestCookieImpl(String aHttpCookie) |
Constructs a
RequestCookie. |
RequestCookieImpl(String aCookieName,
String aValue) |
Constructs a
RequestCookie with the given cookie name and value. |
| Modifier and Type | Method | Description |
|---|---|---|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsetKey, setValuefromHttpCookie, toHttpCookie, withHttpCookiepublic RequestCookieImpl()
RequestCookie.public RequestCookieImpl(String aCookieName, String aValue)
RequestCookie with the given cookie name and value.aCookieName - The name of the cookie.aValue - The value for the cookie.public RequestCookieImpl(String aHttpCookie)
RequestCookie.aHttpCookie - The text as being found in the according HTTP header
field.public String toString()
toString in class org.refcodes.structure.PropertyImpl.PropertyBuilderImplCopyright © 2018. All rights reserved.