E - The type of the local target.@NotThreadSafe @DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class) public abstract class DecoratingOutputSocket<E extends Entry> extends DelegatingOutputSocket<E>
DecoratingInputSocket| Modifier and Type | Field and Description |
|---|---|
private OutputSocket<? extends E> |
delegate |
| Modifier | Constructor and Description |
|---|---|
protected |
DecoratingOutputSocket(OutputSocket<? extends E> output) |
| Modifier and Type | Method and Description |
|---|---|
protected OutputSocket<? extends E> |
getDelegate()
Returns the delegate socket.
|
String |
toString()
Returns a string representation of this object for debugging and logging
purposes.
|
getBoundSocket, getLocalTarget, getPeerTarget, newOutputStream, newSeekableByteChannelbind, connectprivate final OutputSocket<? extends E extends Entry> delegate
protected DecoratingOutputSocket(OutputSocket<? extends E> output)
protected OutputSocket<? extends E> getDelegate()
DelegatingOutputSocketgetDelegate in class DelegatingOutputSocket<E extends Entry>public String toString()
toString in class DelegatingOutputSocket<E extends Entry>Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.