|
JBoss Remoting 3.1.0.Beta1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObjectSink | |
|---|---|
| org.jboss.remoting3.stream | Stream-related API classes. |
| Uses of ObjectSink in org.jboss.remoting3.stream |
|---|
| Methods in org.jboss.remoting3.stream that return ObjectSink | ||
|---|---|---|
static
|
Streams.getCheckedObjectSink(ObjectSink<T> delegate,
Class<? extends T> clazz)
Get an object sink that checks the type of each accepted instance. |
|
static
|
Streams.getCollectionObjectSink(Collection<T> target)
Get an object sink that appends to a collection. |
|
static
|
Streams.getMapObjectSink(Map<K,V> target)
Get an object sink that appends to a map. |
|
ObjectSink<T> |
ObjectPipe.getSink()
Get the sink end of the pipe, to which objects may be written. |
|
| Methods in org.jboss.remoting3.stream with parameters of type ObjectSink | ||
|---|---|---|
static
|
Streams.getCheckedObjectSink(ObjectSink<T> delegate,
Class<? extends T> clazz)
Get an object sink that checks the type of each accepted instance. |
|
|
JBoss Remoting 3.1.0.Beta1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||