Serialized Form
|
Package m.c.m.proxyma.buffers |
buffer
java.io.File buffer
os
java.io.OutputStream os
locked
boolean locked
fileFullPath
java.lang.String fileFullPath
size
long size
buffer
java.util.List<E> buffer
size
long size
pageSize
int pageSize
currInputpage
byte[] currInputpage
inputPtr
int inputPtr
locked
boolean locked
maxSize
int maxSize
size
long size
ramBuf
RamBuffer ramBuf
fileBuf
FileBuffer fileBuf
ramLimitExcedded
boolean ramLimitExcedded
locked
boolean locked
|
Package m.c.m.proxyma.context |
folderName
java.lang.String folderName
- The proxy folder name
URLEncodedName
java.lang.String URLEncodedName
- the url encoded versione of the proxy folder name.
destinationAsString
java.lang.String destinationAsString
- The proxy folder destination as String
destinationAsURL
java.net.URL destinationAsURL
- The proxy folder destination as URL
maxPostSize
int maxPostSize
- Max content length accepted for a single POST operation.
enabled
boolean enabled
- Specifies if the proxy folder is enabled to operate
context
ProxymaContext context
- The context where this proxy-folder is registered
cacheProvider
java.lang.String cacheProvider
- The name of the Class that will be used as CacheProvider
retriver
java.lang.String retriver
- The name of the Class that will be used as resource Retriver
serializer
java.lang.String serializer
- The name of the Class that will be used as serializer
preprocessors
java.util.concurrent.ConcurrentLinkedQueue<E> preprocessors
- The list of the preprocessor Classes to apply to the resource
transformers
java.util.concurrent.ConcurrentLinkedQueue<E> transformers
- The list of the transformer Classes to apply to the resource
defaultEncoding
java.lang.String defaultEncoding
- The default encodig to use to encode/decode URLs
log
java.util.logging.Logger log
- The logger for this class
|
Package m.c.m.proxyma.resource |
name
java.lang.String name
- The name of the header
value
java.lang.String value
- The value of the header
headers
java.util.HashMap<K,V> headers
- The collection of the available headers of the response
cookies
java.util.HashMap<K,V> cookies
- The Map with the avilable cookies of the response
status
int status
- The return status of the response
data
ByteBuffer data
- The binary data of the response
Copyright © 2010. All Rights Reserved.