com.sun.grizzly.util
Class ThreadAttachment.Mode

java.lang.Object
  extended by com.sun.grizzly.util.ThreadAttachment.Mode
Enclosing class:
ThreadAttachment

public static class ThreadAttachment.Mode
extends java.lang.Object


Field Summary
static int ATTRIBUTES_ONLY
           
static int BYTE_BUFFER
           
static int INPUT_BB
           
static int OUTPUT_BB
           
static int SECURE_BUFFERS
           
static int SSL_ARTIFACTS
           
static int SSL_ENGINE
           
static int STORE_ALL
           
 
Constructor Summary
ThreadAttachment.Mode()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATTRIBUTES_ONLY

public static final int ATTRIBUTES_ONLY
See Also:
Constant Field Values

BYTE_BUFFER

public static final int BYTE_BUFFER
See Also:
Constant Field Values

INPUT_BB

public static final int INPUT_BB
See Also:
Constant Field Values

OUTPUT_BB

public static final int OUTPUT_BB
See Also:
Constant Field Values

SECURE_BUFFERS

public static final int SECURE_BUFFERS
See Also:
Constant Field Values

SSL_ENGINE

public static final int SSL_ENGINE
See Also:
Constant Field Values

SSL_ARTIFACTS

public static final int SSL_ARTIFACTS
See Also:
Constant Field Values

STORE_ALL

public static final int STORE_ALL
See Also:
Constant Field Values
Constructor Detail

ThreadAttachment.Mode

public ThreadAttachment.Mode()


Copyright © 2012 Oracle Corporation. All Rights Reserved.