Package javax.servlet.http

The javax.servlet.http package contains a number of classes and interfaces that describe and define the contracts between a servlet class running under the HTTP protocol and the runtime environment provided for an instance of such a class by a conforming servlet container.

See: Description

  • Interface Summary 
    Interface Description
    HttpServletRequest
    Extends the ServletRequest interface to provide request information for HTTP servlets.
    HttpServletResponse
    Extends the ServletResponse interface to provide HTTP-specific functionality in sending a response.
    HttpSession
    Provides a way to identify a user across more than one page request or visit to a Web site and to store information about that user.
    HttpSessionActivationListener
    Objects that are bound to a session may listen to container events notifying them that sessions will be passivated and that session will be activated.
    HttpSessionAttributeListener
    Interface for receiving notification events about HttpSession attribute changes.
    HttpSessionBindingListener
    Causes an object to be notified when it is bound to or unbound from a session.
    HttpSessionContext Deprecated
    As of Java(tm) Servlet API 2.1 for security reasons, with no replacement.
    HttpSessionIdListener
    Interface for receiving notification events about HttpSession id changes.
    HttpSessionListener
    Interface for receiving notification events about HttpSession lifecycle changes.
    HttpUpgradeHandler
    This interface encapsulates the upgrade protocol processing.
    Part
    This class represents a part or form item that was received within a multipart/form-data POST request.
    WebConnection
    This interface encapsulates the connection for an upgrade request.

    Eerste pagina van API Java Inhoudsopgave Haut

  • Class Summary 
    Class Description
    Cookie
    Creates a cookie, a small amount of information sent by a servlet to a Web browser, saved by the browser, and later sent back to the server.
    HttpServlet
    Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site.
    HttpServletRequestWrapper
    Provides a convenient implementation of the HttpServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet.
    HttpServletResponseWrapper
    Provides a convenient implementation of the HttpServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet.
    HttpSessionBindingEvent
    Events of this type are either sent to an object that implements HttpSessionBindingListener when it is bound or unbound from a session, or to a HttpSessionAttributeListener that has been configured in the deployment descriptor when any attribute is bound, unbound or replaced in a session.
    HttpSessionEvent
    This is the class representing event notifications for changes to sessions within a web application.
    HttpUtils Deprecated
    As of Java(tm) Servlet API 2.3.

    Eerste pagina van API Java Inhoudsopgave Haut

Package javax.servlet.http Description

The javax.servlet.http package contains a number of classes and interfaces that describe and define the contracts between a servlet class running under the HTTP protocol and the runtime environment provided for an instance of such a class by a conforming servlet container.

Nederlandse vertaling

U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.

Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.

Bij voorbaat dank.

Document heeft de 11/06/2005 gemaakt, de laatste keer de 18/08/2025 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-javaee-rf-javax/servlet/http/package-summary.html

De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.

Referenties

  1. Bekijk - html-document Taal van het document:fr Manuel PHP : https://docs.oracle.com

Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur van deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.