Skip to content

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

Notifications You must be signed in to change notification settings

grossvater/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 switch to the WIKI branch in GitHub and view the documentation.

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</version>
			<type>jar</type>
		</dependency>

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.5%
  • Protocol Buffer 2.1%
  • Other 0.4%