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