core.handlers
index

# Copyright 2011 the original author or authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

 
Classes
       
org.vertx.java.core.Handler(java.lang.Object)
org.python.proxies.core.handlers$BufferHandler$3(org.vertx.java.core.Handler, java.lang.Object)
BufferHandler
org.python.proxies.core.handlers$CloseHandler$5(org.vertx.java.core.Handler, java.lang.Object)
CloseHandler
org.python.proxies.core.handlers$ClosedHandler$4(org.vertx.java.core.Handler, java.lang.Object)
ClosedHandler
org.python.proxies.core.handlers$ContinueHandler$2(org.vertx.java.core.Handler, java.lang.Object)
ContinueHandler
org.python.proxies.core.handlers$DoneHandler$1(org.vertx.java.core.Handler, java.lang.Object)
DoneHandler
org.python.proxies.core.handlers$DrainHandler$7(org.vertx.java.core.Handler, java.lang.Object)
DrainHandler
org.python.proxies.core.handlers$ExceptionHandler$6(org.vertx.java.core.Handler, java.lang.Object)
ExceptionHandler
org.python.proxies.core.handlers$StreamEndHandler$8(org.vertx.java.core.Handler, java.lang.Object)
StreamEndHandler
org.python.proxies.core.handlers$TimerHandler$9(org.vertx.java.core.Handler, java.lang.Object)
TimerHandler

 
class BufferHandler(org.python.proxies.core.handlers$BufferHandler$3)
    
Method resolution order:
BufferHandler
org.python.proxies.core.handlers$BufferHandler$3
org.vertx.java.core.Handler
java.lang.Object
__builtin__.object

Methods defined here:
__init__(self, handler)
handle(self, buffer)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Data and other attributes defined here:
__initProxy__ = <java function __initProxy__ 0x1a>
__supernames__ = array('java.lang.String', [u'clone', u'finalize'])
classDictInit = <java function classDictInit 0x1b>
clone = <java function clone 0x1c>
finalize = <java function finalize 0x1d>

Methods inherited from java.lang.Object:
__copy__(...)
__deepcopy__(...)
__eq__(...)
__hash__(...)
__ne__(...)
__repr__(...)
__unicode__(...)

Data and other attributes inherited from java.lang.Object:
equals = <java function equals 0x1e>
getClass = <java function getClass 0x1f>
hashCode = <java function hashCode 0x20>
notify = <java function notify 0x21>
notifyAll = <java function notifyAll 0x22>
toString = <java function toString 0x23>
wait = <java function wait 0x24>

 
class CloseHandler(org.python.proxies.core.handlers$CloseHandler$5)
    Close connection handler
 
 
Method resolution order:
CloseHandler
org.python.proxies.core.handlers$CloseHandler$5
org.vertx.java.core.Handler
java.lang.Object
__builtin__.object

Methods defined here:
__init__(self, handler)
handle(self, nothing=None)
Call the handler when a connection is closed

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Data and other attributes defined here:
__initProxy__ = <java function __initProxy__ 0x25>
__supernames__ = array('java.lang.String', [u'clone', u'finalize'])
classDictInit = <java function classDictInit 0x26>
clone = <java function clone 0x27>
finalize = <java function finalize 0x28>

Methods inherited from java.lang.Object:
__copy__(...)
__deepcopy__(...)
__eq__(...)
__hash__(...)
__ne__(...)
__repr__(...)
__unicode__(...)

Data and other attributes inherited from java.lang.Object:
equals = <java function equals 0x29>
getClass = <java function getClass 0x2a>
hashCode = <java function hashCode 0x2b>
notify = <java function notify 0x2c>
notifyAll = <java function notifyAll 0x2d>
toString = <java function toString 0x2e>
wait = <java function wait 0x2f>

 
class ClosedHandler(org.python.proxies.core.handlers$ClosedHandler$4)
    Closed connection handler
 
 
Method resolution order:
ClosedHandler
org.python.proxies.core.handlers$ClosedHandler$4
org.vertx.java.core.Handler
java.lang.Object
__builtin__.object

Methods defined here:
__init__(self, handler)
handle(self, nothing=None)
Call the handler when a connection is closed

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Data and other attributes defined here:
__initProxy__ = <java function __initProxy__ 0x30>
__supernames__ = array('java.lang.String', [u'clone', u'finalize'])
classDictInit = <java function classDictInit 0x31>
clone = <java function clone 0x32>
finalize = <java function finalize 0x33>

Methods inherited from java.lang.Object:
__copy__(...)
__deepcopy__(...)
__eq__(...)
__hash__(...)
__ne__(...)
__repr__(...)
__unicode__(...)

Data and other attributes inherited from java.lang.Object:
equals = <java function equals 0x34>
getClass = <java function getClass 0x35>
hashCode = <java function hashCode 0x36>
notify = <java function notify 0x37>
notifyAll = <java function notifyAll 0x38>
toString = <java function toString 0x39>
wait = <java function wait 0x3a>

 
class ContinueHandler(org.python.proxies.core.handlers$ContinueHandler$2)
    Continue handler
 
 
Method resolution order:
ContinueHandler
org.python.proxies.core.handlers$ContinueHandler$2
org.vertx.java.core.Handler
java.lang.Object
__builtin__.object

Methods defined here:
__init__(self, handler)
handle(self, nothing=None)
Call the handler to continue

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Data and other attributes defined here:
__initProxy__ = <java function __initProxy__ 0x3b>
__supernames__ = array('java.lang.String', [u'clone', u'finalize'])
classDictInit = <java function classDictInit 0x3c>
clone = <java function clone 0x3d>
finalize = <java function finalize 0x3e>

Methods inherited from java.lang.Object:
__copy__(...)
__deepcopy__(...)
__eq__(...)
__hash__(...)
__ne__(...)
__repr__(...)
__unicode__(...)

Data and other attributes inherited from java.lang.Object:
equals = <java function equals 0x3f>
getClass = <java function getClass 0x40>
hashCode = <java function hashCode 0x41>
notify = <java function notify 0x42>
notifyAll = <java function notifyAll 0x43>
toString = <java function toString 0x44>
wait = <java function wait 0x45>

 
class DoneHandler(org.python.proxies.core.handlers$DoneHandler$1)
    Done handler
 
 
Method resolution order:
DoneHandler
org.python.proxies.core.handlers$DoneHandler$1
org.vertx.java.core.Handler
java.lang.Object
__builtin__.object

Methods defined here:
__init__(self, handler)
handle(self, arg=None)
Call the handler when done

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Data and other attributes defined here:
__initProxy__ = <java function __initProxy__ 0x46>
__supernames__ = array('java.lang.String', [u'clone', u'finalize'])
classDictInit = <java function classDictInit 0x47>
clone = <java function clone 0x48>
finalize = <java function finalize 0x49>

Methods inherited from java.lang.Object:
__copy__(...)
__deepcopy__(...)
__eq__(...)
__hash__(...)
__ne__(...)
__repr__(...)
__unicode__(...)

Data and other attributes inherited from java.lang.Object:
equals = <java function equals 0x4a>
getClass = <java function getClass 0x4b>
hashCode = <java function hashCode 0x4c>
notify = <java function notify 0x4d>
notifyAll = <java function notifyAll 0x4e>
toString = <java function toString 0x4f>
wait = <java function wait 0x50>

 
class DrainHandler(org.python.proxies.core.handlers$DrainHandler$7)
    Drain handler
 
 
Method resolution order:
DrainHandler
org.python.proxies.core.handlers$DrainHandler$7
org.vertx.java.core.Handler
java.lang.Object
__builtin__.object

Methods defined here:
__init__(self, handler)
handle(self, nothing=None)
Call the handler after stream has been drained

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Data and other attributes defined here:
__initProxy__ = <java function __initProxy__ 0x51>
__supernames__ = array('java.lang.String', [u'clone', u'finalize'])
classDictInit = <java function classDictInit 0x52>
clone = <java function clone 0x53>
finalize = <java function finalize 0x54>

Methods inherited from java.lang.Object:
__copy__(...)
__deepcopy__(...)
__eq__(...)
__hash__(...)
__ne__(...)
__repr__(...)
__unicode__(...)

Data and other attributes inherited from java.lang.Object:
equals = <java function equals 0x55>
getClass = <java function getClass 0x56>
hashCode = <java function hashCode 0x57>
notify = <java function notify 0x58>
notifyAll = <java function notifyAll 0x59>
toString = <java function toString 0x5a>
wait = <java function wait 0x5b>

 
class ExceptionHandler(org.python.proxies.core.handlers$ExceptionHandler$6)
    Exception handler
 
 
Method resolution order:
ExceptionHandler
org.python.proxies.core.handlers$ExceptionHandler$6
org.vertx.java.core.Handler
java.lang.Object
__builtin__.object

Methods defined here:
__init__(self, handler)
handle(self, exception)
Call the handler when there is an exception

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Data and other attributes defined here:
__initProxy__ = <java function __initProxy__ 0x5c>
__supernames__ = array('java.lang.String', [u'clone', u'finalize'])
classDictInit = <java function classDictInit 0x5d>
clone = <java function clone 0x5e>
finalize = <java function finalize 0x5f>

Methods inherited from java.lang.Object:
__copy__(...)
__deepcopy__(...)
__eq__(...)
__hash__(...)
__ne__(...)
__repr__(...)
__unicode__(...)

Data and other attributes inherited from java.lang.Object:
equals = <java function equals 0x60>
getClass = <java function getClass 0x61>
hashCode = <java function hashCode 0x62>
notify = <java function notify 0x63>
notifyAll = <java function notifyAll 0x64>
toString = <java function toString 0x65>
wait = <java function wait 0x66>

 
class StreamEndHandler(org.python.proxies.core.handlers$StreamEndHandler$8)
    Stream End handler
 
 
Method resolution order:
StreamEndHandler
org.python.proxies.core.handlers$StreamEndHandler$8
org.vertx.java.core.Handler
java.lang.Object
__builtin__.object

Methods defined here:
__init__(self, handler)
handle(self, stream)
Call the handler after stream has been ended

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Data and other attributes defined here:
__initProxy__ = <java function __initProxy__ 0x67>
__supernames__ = array('java.lang.String', [u'clone', u'finalize'])
classDictInit = <java function classDictInit 0x68>
clone = <java function clone 0x69>
finalize = <java function finalize 0x6a>

Methods inherited from java.lang.Object:
__copy__(...)
__deepcopy__(...)
__eq__(...)
__hash__(...)
__ne__(...)
__repr__(...)
__unicode__(...)

Data and other attributes inherited from java.lang.Object:
equals = <java function equals 0x6b>
getClass = <java function getClass 0x6c>
hashCode = <java function hashCode 0x6d>
notify = <java function notify 0x6e>
notifyAll = <java function notifyAll 0x6f>
toString = <java function toString 0x70>
wait = <java function wait 0x71>

 
class TimerHandler(org.python.proxies.core.handlers$TimerHandler$9)
    Timer handler
 
 
Method resolution order:
TimerHandler
org.python.proxies.core.handlers$TimerHandler$9
org.vertx.java.core.Handler
java.lang.Object
__builtin__.object

Methods defined here:
__init__(self, handler)
handle(self, timer_id)
Call the handler

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Data and other attributes defined here:
__initProxy__ = <java function __initProxy__ 0x72>
__supernames__ = array('java.lang.String', [u'clone', u'finalize'])
classDictInit = <java function classDictInit 0x73>
clone = <java function clone 0x74>
finalize = <java function finalize 0x75>

Methods inherited from java.lang.Object:
__copy__(...)
__deepcopy__(...)
__eq__(...)
__hash__(...)
__ne__(...)
__repr__(...)
__unicode__(...)

Data and other attributes inherited from java.lang.Object:
equals = <java function equals 0x76>
getClass = <java function getClass 0x77>
hashCode = <java function hashCode 0x78>
notify = <java function notify 0x79>
notifyAll = <java function notifyAll 0x7a>
toString = <java function toString 0x7b>
wait = <java function wait 0x7c>

 
Data
        __author__ = 'Scott Horn'
__credits__ = 'Based entirely on work by Tim Fox http://tfox.org'
__email__ = 'scott@hornmicro.com'
org = <java package org 0x2>

 
Author
        Scott Horn

 
Credits
        Based entirely on work by Tim Fox http://tfox.org