| Package | Description |
|---|---|
| de.schlichtherle.truezip.socket |
Provides I/O sockets to address and resolve targets for I/O operations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DecoratingInputShop<E extends Entry,I extends InputShop<E>>
An abstract decorator for an input shop.
|
class |
DecoratingOutputShop<E extends Entry,O extends OutputShop<E>>
An abstract decorator for an output shop.
|
class |
DisconnectingInputShop<E extends Entry>
Decorates another input shop in order to disconnect any resources when this
input shop gets closed.
|
class |
DisconnectingOutputShop<E extends Entry>
Decorates another output shop in order to disconnect any resources when this
output shop gets closed.
|
class |
LockInputShop<E extends Entry>
Decorates another input shop to allow concurrent access which is
synchronized by a
Lock object provided to its constructor. |
class |
LockOutputShop<E extends Entry>
Decorates another output shop to allow concurrent access which is
synchronized by a
Lock object provided to its constructor. |
class |
MultiplexedOutputShop<E extends MutableEntry>
Decorates annother output shop to support a virtually unlimited number of
entries which may be written concurrently while actually at most one entry
is written concurrently to the decorated output shop.
|
Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.