|
JBoss EJB client 2.0.0.Beta4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={METHOD,TYPE})
@Retention(value=RUNTIME)
public @interface CompressionHint
A hint to the EJB client API that the data being communicated between the EJB client and the server via the EJBReceiver(s) should be compressed.
| Optional Element Summary | |
|---|---|
int |
compressionLevel
The compression level to be used while compressing the data. |
boolean |
compressRequest
True if the request data of an EJB invocation should be compressed. |
boolean |
compressResponse
True if the response data of an EJB invocation should be compressed. |
public abstract boolean compressRequest
true.
public abstract boolean compressResponse
true.
public abstract int compressionLevel
Deflater. By default the compression level is Deflater.DEFAULT_COMPRESSION
|
JBoss EJB client 2.0.0.Beta4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||