jar

com.flotype.bridge : bridge-java-examples

Maven & Gradle

Apr 20, 2012

Flotype Bridge for Java - Examples · Examples for the Flotype Bridge for Java library. Flotype Bridge enables cross-language RPC for interserver and client-server communication.

Table Of Contents

Latest Version

Download com.flotype.bridge : bridge-java-examples JAR file - Latest Versions:

All Versions

Download com.flotype.bridge : bridge-java-examples 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 bridge-java-examples-0.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.flotype.example.channels

├─ com.flotype.example.channels.ChannelsExampleClient.class - [JAR]

├─ com.flotype.example.channels.ChannelsExampleServer.class - [JAR]

├─ com.flotype.example.channels.RemoteTestChannel.class - [JAR]

├─ com.flotype.example.channels.TestChannel.class - [JAR]

com.flotype.bridge.example.chat

├─ com.flotype.bridge.example.chat.AuthObj.class - [JAR]

├─ com.flotype.bridge.example.chat.AuthenticationServer.class - [JAR]

├─ com.flotype.bridge.example.chat.ChatCallback.class - [JAR]

├─ com.flotype.bridge.example.chat.ChatClient.class - [JAR]

├─ com.flotype.bridge.example.chat.ChatObj.class - [JAR]

├─ com.flotype.bridge.example.chat.RemoteAuth.class - [JAR]

├─ com.flotype.bridge.example.chat.RemoteChat.class - [JAR]

com.flotype.example.services

├─ com.flotype.example.services.CallbackObject.class - [JAR]

├─ com.flotype.example.services.RemoteCallback.class - [JAR]

├─ com.flotype.example.services.RemoteTestService.class - [JAR]

├─ com.flotype.example.services.ServicesExampleClient.class - [JAR]

├─ com.flotype.example.services.ServicesExampleServer.class - [JAR]

├─ com.flotype.example.services.TestService.class - [JAR]