Skip to content

pjklauser/protobuf-rpc-pro

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

protobuf-rpc-pro

This project provides an java implementation for Google's Protocol Buffer RPC services. The implementation builds upon Netty for low-level NIO.

Features

  • TCP connection keep-alive.
  • Bi-directional RPC calls from client to server and server to client.
  • SSL socket layer encryption option.
  • Data Compression option.
  • RPC call cancellation.
  • RPC call timeout.
  • Out-of-Band RPC server replies to client.
  • Non RPC Protocol Buffer messaging for peer to peer communication.
  • Protocol Buffer wire protocol.
  • Semantics for calls handling on TCP connection closure.
  • Pluggable logging facility.

WIKI / Documentation

for more information http://pjklauser.github.io/protobuf-rpc-pro/

Maven Dependency

protobuf-rpc-pro is available via the maven central repository http://repo1.maven.org/maven2. The demo examples are available under the artifactId "protocol-rpc-pro-demo".

		<dependency>
			<groupId>com.googlecode.protobuf-rpc-pro</groupId>
			<artifactId>protobuf-rpc-pro-duplex</artifactId>
			<version>3.3.4</version>
			<type>jar</type>
		</dependency>

About

A java implementation for Google's Protocol Buffer RPC services.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages