jar

org.wso2.carbon : org.wso2.carbon.http.bridge

Maven & Gradle

Mar 13, 2023
6 usages
15 stars

WSO2 Carbon - HTTP Bridge · There are two ways to use OSGi in server-side[1]. In Carbon, what we have done is, embedding an OSGi framework inside a servlet container. So BridgeServlet delegates all the request from the servlet container to the HttpServiceServlet registered by the http.bridge bundle. This is required only when Carbon is running inside a webapp. There is a possibility to embed an HTTP server(ex. jetty) inside equinox and start a server with all our carbon bundles. This is same as running carbon inside spring DM server. For this scenario, we do not need org.wso2.carbon.http.bridge bundles and the org.wso2.carbon.bridge extension bundle. 1. http://eclipse.org/equinox/server/http_quickstart.php

Table Of Contents

Latest Version

Download org.wso2.carbon : org.wso2.carbon.http.bridge JAR file - Latest Versions:

All Versions

Download org.wso2.carbon : org.wso2.carbon.http.bridge JAR file - All Versions:

Version Vulnerabilities Size Updated
4.9.x
4.8.x
4.7.x
4.6.x
4.5.x
4.4.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window org.wso2.carbon.http.bridge-4.9.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.wso2.carbon.http.bridge

├─ org.wso2.carbon.http.bridge.HttpBridgeActivator.class - [JAR]

Advertisement