|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.remoting.Capability
public final class Capability
Represents additional features implemented on Channel.
Each Channel exposes its capability to Channel.getProperty(Object).
This mechanism allows two different versions of remoting.jar to talk to each other.
Channel.remoteCapability,
Serialized Form| Field Summary | |
|---|---|
static Capability |
NONE
|
| Method Summary | |
|---|---|
static Capability |
read(InputStream is)
The opposite operation of writePreamble(OutputStream). |
boolean |
supportsMultiClassLoaderRPC()
Does this implementation supports multi-classloader serialization in UserRequest? |
boolean |
supportsPipeThrottling()
Does the implementation supports window size control over pipes? |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Capability NONE
| Method Detail |
|---|
public boolean supportsMultiClassLoaderRPC()
UserRequest?
MultiClassLoaderSerializerpublic boolean supportsPipeThrottling()
ProxyOutputStream
public static Capability read(InputStream is)
throws IOException
writePreamble(OutputStream).
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||