B C G I O S

B

BlockingGzipClientSocketFactory - Class in com.liviutudor.rmi.io.gzip
Class which implements a client RMI socket factory which gzip's the communication in between client and server.
BlockingGzipClientSocketFactory() - Constructor for class com.liviutudor.rmi.io.gzip.BlockingGzipClientSocketFactory
 

C

close() - Method in class com.liviutudor.rmi.io.gzip.GzipSocket
 
com.liviutudor.rmi.io.gzip - package com.liviutudor.rmi.io.gzip
Package providing socket factories offering gzip-encoding of the data exchanged.
createSocket(String, int) - Method in class com.liviutudor.rmi.io.gzip.BlockingGzipClientSocketFactory
Creates a socket which will gzip encode the communication.

G

getInputStream() - Method in class com.liviutudor.rmi.io.gzip.GzipSocket
Overrides the base class method for returning the input stream for this socket and returns instead the gzip-based wrapper.
getOutputStream() - Method in class com.liviutudor.rmi.io.gzip.GzipSocket
Overrides the base class method for returning the output stream for this socket and returns instead the gzip-based wrapper.
GzipSocket - Class in com.liviutudor.rmi.io.gzip
Socket which uses gzip to compress the data sent over the wire.
GzipSocket(String, int) - Constructor for class com.liviutudor.rmi.io.gzip.GzipSocket
Creates a socket which connects to the given host on the given port.

I

inputStream - Variable in class com.liviutudor.rmi.io.gzip.GzipSocket
Wrapper for the socket input stream.

O

outputStream - Variable in class com.liviutudor.rmi.io.gzip.GzipSocket
Wrapper for the socket output stream.

S

shutdownInput() - Method in class com.liviutudor.rmi.io.gzip.GzipSocket
 
shutdownOutput() - Method in class com.liviutudor.rmi.io.gzip.GzipSocket
 

B C G I O S

Liv