Package | Description |
---|---|
org.netbeans.lib.cvsclient.connection |
Modifier and Type | Class and Description |
---|---|
class |
GzipModifier
This class modifies a connection by gzipping all client/server communication
|
Modifier and Type | Method and Description |
---|---|
void |
LocalConnection.modifyInputStream(ConnectionModifier modifier)
Modify the underlying inputstream.
|
void |
SSHConnection.modifyInputStream(ConnectionModifier modifier) |
void |
ExtConnection.modifyInputStream(ConnectionModifier modifier) |
void |
Connection.modifyInputStream(ConnectionModifier modifier)
Modify the underlying inputstream
|
void |
PServerConnection.modifyInputStream(ConnectionModifier modifier)
Modify the underlying inputstream.
|
void |
LocalConnection.modifyOutputStream(ConnectionModifier modifier)
Modify the underlying outputstream.
|
void |
SSHConnection.modifyOutputStream(ConnectionModifier modifier) |
void |
ExtConnection.modifyOutputStream(ConnectionModifier modifier) |
void |
Connection.modifyOutputStream(ConnectionModifier modifier)
Modify the underlying outputstream
|
void |
PServerConnection.modifyOutputStream(ConnectionModifier modifier)
Modify the underlying outputstream.
|
Copyright © 2016. All rights reserved.