Skip to content

pjklauser/protobuf-rpc-pro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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