Apache Tomcat 7.0.54

org.apache.tomcat.util.net
Class AprEndpoint.SocketInfo

java.lang.Object
  extended by org.apache.tomcat.util.net.AprEndpoint.SocketInfo
Enclosing class:
AprEndpoint

public static class AprEndpoint.SocketInfo
extends Object


Field Summary
 int flags
           
 long socket
           
 int timeout
           
 
Constructor Summary
AprEndpoint.SocketInfo()
           
 
Method Summary
static int merge(int flag1, int flag2)
           
 boolean read()
           
 String toString()
           
 boolean write()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

socket

public long socket

timeout

public int timeout

flags

public int flags
Constructor Detail

AprEndpoint.SocketInfo

public AprEndpoint.SocketInfo()
Method Detail

read

public boolean read()

write

public boolean write()

merge

public static int merge(int flag1,
                        int flag2)

toString

public String toString()
Overrides:
toString in class Object

Apache Tomcat 7.0.54

Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.