jar

io.femo : http

Maven & Gradle

Aug 17, 2016
1 usages
1 stars

FeMoIO Http · An easy to use HTTP API, that supports synchronous and asynchronous execution of HTTP request. On android only asynchronous driver is supported.

Table Of Contents

Latest Version

Download io.femo : http JAR file - Latest Versions:

All Versions

Download io.femo : http JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.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 http-0.0.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.femo.http.drivers.server

├─ io.femo.http.drivers.server.HttpHandle.class - [JAR]

├─ io.femo.http.drivers.server.HttpHandlerHandle.class - [JAR]

├─ io.femo.http.drivers.server.HttpHandlerStack.class - [JAR]

├─ io.femo.http.drivers.server.HttpMiddlewareHandle.class - [JAR]

├─ io.femo.http.drivers.server.HttpRouterHandle.class - [JAR]

├─ io.femo.http.drivers.server.HttpServerThread.class - [JAR]

├─ io.femo.http.drivers.server.HttpThread.class - [JAR]

├─ io.femo.http.drivers.server.HttpThreadFactory.class - [JAR]

io.femo.http.handlers

├─ io.femo.http.handlers.Authentication.class - [JAR]

├─ io.femo.http.handlers.DirectoryFileHandler.class - [JAR]

├─ io.femo.http.handlers.FileHandler.class - [JAR]

├─ io.femo.http.handlers.Handlers.class - [JAR]

├─ io.femo.http.handlers.HttpDebugger.class - [JAR]

├─ io.femo.http.handlers.LoggingHandler.class - [JAR]

├─ io.femo.http.handlers.StreamHandler.class - [JAR]

io.femo.http

├─ io.femo.http.Authentication.class - [JAR]

├─ io.femo.http.Base64Driver.class - [JAR]

├─ io.femo.http.Constants.class - [JAR]

├─ io.femo.http.Driver.class - [JAR]

├─ io.femo.http.Environment.class - [JAR]

├─ io.femo.http.Http.class - [JAR]

├─ io.femo.http.HttpContext.class - [JAR]

├─ io.femo.http.HttpCookie.class - [JAR]

├─ io.femo.http.HttpDriver.class - [JAR]

├─ io.femo.http.HttpDrivers.class - [JAR]

├─ io.femo.http.HttpException.class - [JAR]

├─ io.femo.http.HttpHandleException.class - [JAR]

├─ io.femo.http.HttpHandler.class - [JAR]

├─ io.femo.http.HttpHeader.class - [JAR]

├─ io.femo.http.HttpMiddleware.class - [JAR]

├─ io.femo.http.HttpRequest.class - [JAR]

├─ io.femo.http.HttpResponse.class - [JAR]

├─ io.femo.http.HttpResponseCallback.class - [JAR]

├─ io.femo.http.HttpRoutable.class - [JAR]

├─ io.femo.http.HttpRouter.class - [JAR]

├─ io.femo.http.HttpServer.class - [JAR]

├─ io.femo.http.HttpTransport.class - [JAR]

├─ io.femo.http.HttpVersion.class - [JAR]

├─ io.femo.http.MimeService.class - [JAR]

├─ io.femo.http.ReadonlyThreadLocal.class - [JAR]

├─ io.femo.http.StatusCode.class - [JAR]

├─ io.femo.http.Transport.class - [JAR]

├─ io.femo.http.UnknownStatusCodeException.class - [JAR]

io.femo.http.handlers.auth

├─ io.femo.http.handlers.auth.AbstractStrategy.class - [JAR]

├─ io.femo.http.handlers.auth.BasicStrategy.class - [JAR]

├─ io.femo.http.handlers.auth.CredentialProvider.class - [JAR]

├─ io.femo.http.handlers.auth.DigestStrategy.class - [JAR]

├─ io.femo.http.handlers.auth.NonceManager.class - [JAR]

├─ io.femo.http.handlers.auth.SimpleNonceManager.class - [JAR]

├─ io.femo.http.handlers.auth.Strategy.class - [JAR]

io.femo.http.transport

├─ io.femo.http.transport.Http11Transport.class - [JAR]

├─ io.femo.http.transport.HttpTransport.class - [JAR]

├─ io.femo.http.transport.HttpsTransport.class - [JAR]

io.femo.http.events

├─ io.femo.http.events.HttpEvent.class - [JAR]

├─ io.femo.http.events.HttpEventHandler.class - [JAR]

├─ io.femo.http.events.HttpEventManager.class - [JAR]

├─ io.femo.http.events.HttpEventType.class - [JAR]

├─ io.femo.http.events.HttpHandledEvent.class - [JAR]

├─ io.femo.http.events.HttpReceivedEvent.class - [JAR]

├─ io.femo.http.events.HttpSentEvent.class - [JAR]

io.femo.http.auth

├─ io.femo.http.auth.DefaultBasicStrategy.class - [JAR]

├─ io.femo.http.auth.DefaultDigestStrategy.class - [JAR]

io.femo.http.helper

├─ io.femo.http.helper.DefaultHttpContext.class - [JAR]

├─ io.femo.http.helper.HandledCallback.class - [JAR]

├─ io.femo.http.helper.HttpCacheControl.class - [JAR]

├─ io.femo.http.helper.HttpHelper.class - [JAR]

├─ io.femo.http.helper.HttpSocketOptions.class - [JAR]

io.femo.http.middleware

├─ io.femo.http.middleware.EnvironmentReplacerMiddleware.class - [JAR]

io.femo.http.drivers

├─ io.femo.http.drivers.AsynchronousDriver.class - [JAR]

├─ io.femo.http.drivers.AsynchronousExecutorHttpRequest.class - [JAR]

├─ io.femo.http.drivers.AsynchronousHttpRequest.class - [JAR]

├─ io.femo.http.drivers.DefaultBase64Driver.class - [JAR]

├─ io.femo.http.drivers.DefaultDriver.class - [JAR]

├─ io.femo.http.drivers.DefaultEnvironment.class - [JAR]

├─ io.femo.http.drivers.DefaultHttpRequest.class - [JAR]

├─ io.femo.http.drivers.DefaultHttpResponse.class - [JAR]

├─ io.femo.http.drivers.DefaultHttpRouter.class - [JAR]

├─ io.femo.http.drivers.DefaultHttpServer.class - [JAR]

├─ io.femo.http.drivers.DefaultMimeService.class - [JAR]

├─ io.femo.http.drivers.IncomingHttpRequest.class - [JAR]

├─ io.femo.http.drivers.InputBuffer.class - [JAR]

Advertisement

Dependencies from Group

Aug 19, 2016
3 usages
0 stars
Aug 16, 2016
2 usages
Aug 17, 2016
2 usages
Aug 17, 2016
1 usages
1 stars
Aug 17, 2016
1 usages
1 stars

Discover Dependencies

Jul 30, 2019
1 usages
26 stars
Mar 05, 2016
1 usages
14 stars
Aug 18, 2021
1 usages
9 stars
Feb 29, 2016
1 usages
1 stars
Mar 09, 2016
1 usages
3 stars
Mar 13, 2016
1 usages
3 stars
Jun 11, 2018
1 usages
43 stars
Mar 14, 2016
1 usages