eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTTPCookie':

Home

everywhere
www.exept.de
for:
[back]

Class: HTTPCookie


Inheritance:

   Object
   |
   +--HTTPCookie

Package:
stx:goodies/webServer
Category:
Net-Communication-HTTP-Server
Version:
rev: 1.11 date: 2009/07/08 09:42:35
user: sr
file: HTTPCookie.st directory: goodies/webServer
module: stx stc-classLibrary: webServer
Author:
Christian Penk

Description:




Instance protocol:

accessing
o  expiration
return the value of the instance variable 'expiration' (automatically generated)

o  expiration: something
set the value of the instance variable 'expiration' (automatically generated)

o  name

o  name: something

o  name: nameArg value: valueArg path: pathArg expiration: expirationArg
set instance variables (automatically generated)

o  path
if I am still raw, cook me

o  path: something

o  rawValue

o  rawValue: something

o  secure

o  secure: something

o  value
if I am still raw, cook me

o  value: something

encoding / decoding
o  extractValueAndPathFromRawValue

o  extractValueFrom: aBase64EncodedString

o  htmlString

printing
o  printOn: aStream



ST/X 6.1.1; WebServer 1.620 at exept:8081; Wed, 23 May 2012 10:02:54 GMT