javax.servlet.http
HttpServlet
----------------------------------
+HttpServlet
+doDelete
+doGet
+doHead
+doOptions
+doPost
+doPut
+doTrace
+getAllDeclaredMethods
+getLastModified
+maybeSetLastModified
+service
HttpSerlvetRequest
---------------------------------------------
+getAuthType
+getContentPath
+getCookie
+getDateHeader
+getHeaderNames
+getIntHeader
+getMethod
+getPathInfo
+getPathTranslated
+getQueryString
+getRemoteUser
+getRequestedSessionId
+getReqeustURI
+getServletPath
+getSession
+getUserPrincipal
+isRequestedSessionIdFromCookie
+isRequestedSessionIdFromURL
+isRequestedSessionIdFromUri
+isRequestedSessionIdValid
+isUserInRole
HttpServletResponse
---------------------------------
+addCookie
+addDateHeader
+addIntHeader
+containsHeader
+encodeRedirectURL
+encodeRedirectUri
+sendError
+sendRedirect
+setDateHeader
+setHeader
+setIntHeader
+setStatus
HttpSessionContext
---------------------------
+getIds
+getSession
Cookie
----------------------------
+Cookie
+clone
+getComment
+getDomain
+getMaxAge
+getName
+getPath
+getSecure
+getValue
+getVersion
+isToken
+setComment
+setDomain
+setMaxAge
+setPath
+setSecure
+setValue
+setVersion
HttpSession
-----------------------------
+getAttribute
+getAttributeNames
+getCreationTime
+getId
+getLastAccessedTime
+getMaxInactiveInterval
+getSessionContext
+getValue
+getValueNames
+invalidate
+isNew
+putValue
+removeAttribute
+removeValue
+setAttribute
+setMaxInactiveInterval
HttpSessionEvent
--------------------------------
+HttpSessionEvent
+getSession
HttpSessionBindingEvent
----------------------------
+HttpSessionBindingEvent
+getName
+getSession
HttpSessionAttributeListener
---------------------------------
+attributeAdded
+attributeRemoved
+attributeReplaced
HttpSessionListener
------------------------------
+sessionCreated
+sessionDestroyed
HttpSessionBindingListener
-----------------------------------
+valueBound
+valueUnBound