jar

com.github.raphcal : localserver

Maven & Gradle

Sep 28, 2020
0 stars

LocalServer · Basic Java API to create local HTTP servers. Primarily designed for unit testing.

Table Of Contents

Latest Version

Download com.github.raphcal : localserver JAR file - Latest Versions:

All Versions

Download com.github.raphcal : localserver JAR file - All Versions:

Version Vulnerabilities Size Updated
2.3.x
2.2.x
2.1.x
2.0.x
1.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 localserver-2.3.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.raphcal.localserver.index

├─ com.github.raphcal.localserver.index.DirectoryIndexHttpServlet.class - [JAR]

├─ com.github.raphcal.localserver.index.IndexServer.class - [JAR]

com.github.raphcal.localserver

├─ com.github.raphcal.localserver.AbstractHttpMessage.class - [JAR]

├─ com.github.raphcal.localserver.Attachment.class - [JAR]

├─ com.github.raphcal.localserver.HttpConstants.class - [JAR]

├─ com.github.raphcal.localserver.HttpHandlerAdapter.class - [JAR]

├─ com.github.raphcal.localserver.HttpRequest.class - [JAR]

├─ com.github.raphcal.localserver.HttpRequestBuilder.class - [JAR]

├─ com.github.raphcal.localserver.HttpRequestHandler.class - [JAR]

├─ com.github.raphcal.localserver.HttpResponse.class - [JAR]

├─ com.github.raphcal.localserver.HttpServlet.class - [JAR]

├─ com.github.raphcal.localserver.LocalServer.class - [JAR]

├─ com.github.raphcal.localserver.LocalServerThread.class - [JAR]

├─ com.github.raphcal.localserver.Server.class - [JAR]

├─ com.github.raphcal.localserver.ServerImplementationType.class - [JAR]

├─ com.github.raphcal.localserver.ServerThread.class - [JAR]

├─ com.github.raphcal.localserver.SunHttpServerThread.class - [JAR]