SpeakEasy | A free , open source , Java chat client

 by   Decave Java Version: Current License: GPL-2.0

kandi X-RAY | SpeakEasy Summary

kandi X-RAY | SpeakEasy Summary

SpeakEasy is a Java library. SpeakEasy has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. However SpeakEasy build file is not available. You can download it from GitHub.

The code is contained in a set of Server classes, and a set of Client classes, which handle the server side, and client side services of the chat program respectively. The server side classes include Server.java and ServerThread.java. Server.java is the driver class of the server-side of the chat program. It is responsible for booting up the server-side of the program, establishing socket connections with clients, creating and starting new ServerThread instances, connecting those threads with each incoming client, and maintaining the program-wide data structures that allow separate ServerThread communication, maintaining a list of blocked clients, etc. When a Server object is instantiated, it can be instantiated with just a port number, or it can be instantiated with a port number and with various constant Long values that determine the length of time that a client is blocked, the length of time before a client times out from inactivity, etc. The values of these constants can also be given at the command line, and more will be discussed on them later. ServerThread.java is the class of the program that is responsible for communicating with one specific client. In this communication, the ServerThread is responsible for processing a client's input, for sending messages to a client, for authenticating a client, and for connecting to and disconnecting from a client. Client.java is the driver class of the client-side of the chat program. It is responsible for booting up the client-side of the program, and must be run AFTER the server is running. Furthermore, it must be run on the same port as a server-side of the program. A Client instance is also responsible for establishing a connection with, and disconnecting from, the server, and instantiating the ClientReaderThread, and ClientWriterThread, for reading from, and writing to, the server respectively. ClientReaderThread.java is the class of the program that is responsible for reading input from the server. It is implemented as a thread to account for the fact that a client may receive input from a server at any time, and not only after sending a command to the server. ClientWriterThread.java is the class of the program that is responsible for writing output/commands to the sever. For essentially the same reason as ClientReaderThread.java, ClientWriterThread.java is implemented as a thread to account for the fact that a client may receive input from a server at any time, and not only after sending a command to the server.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              SpeakEasy has a low active ecosystem.
              It has 0 star(s) with 0 fork(s). There are 2 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 2 open issues and 0 have been closed. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of SpeakEasy is current.

            kandi-Quality Quality

              SpeakEasy has no bugs reported.

            kandi-Security Security

              SpeakEasy has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              SpeakEasy is licensed under the GPL-2.0 License. This license is Strong Copyleft.
              Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.

            kandi-Reuse Reuse

              SpeakEasy releases are not available. You will need to build from source code and install.
              SpeakEasy has no build file. You will be need to create the build yourself to build the component from source.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of SpeakEasy
            Get all kandi verified functions for this library.

            SpeakEasy Key Features

            No Key Features are available at this moment for SpeakEasy.

            SpeakEasy Examples and Code Snippets

            No Code Snippets are available at this moment for SpeakEasy.

            Community Discussions

            No Community Discussions are available at this moment for SpeakEasy.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install SpeakEasy

            You can download it from GitHub.
            You can use SpeakEasy like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the SpeakEasy component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/Decave/SpeakEasy.git

          • CLI

            gh repo clone Decave/SpeakEasy

          • sshUrl

            git@github.com:Decave/SpeakEasy.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Consider Popular Java Libraries

            CS-Notes

            by CyC2018

            JavaGuide

            by Snailclimb

            LeetCodeAnimation

            by MisterBooo

            spring-boot

            by spring-projects

            Try Top Libraries by Decave

            JCoz

            by DecaveJava

            BlueBrush

            by DecavePHP

            BellHop

            by DecaveJava

            kmail

            by DecaveRust

            rhone

            by DecaveC