|
||||||||||
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 FormField Summary | |
---|---|
static Capability |
NONE
|
Constructor Summary | |
---|---|
Capability()
|
Method Summary | |
---|---|
boolean |
hasMimicException()
|
static Capability |
read(java.io.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
Constructor Detail |
---|
public Capability()
Method Detail |
---|
public boolean supportsMultiClassLoaderRPC()
UserRequest
?
MultiClassLoaderSerializer
public boolean supportsPipeThrottling()
ProxyOutputStream
public boolean hasMimicException()
public static Capability read(java.io.InputStream is) throws java.io.IOException
writePreamble(OutputStream)
.
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |