Uses of Interface
com.sun.sgs.impl.io.FilterListener

Packages that use FilterListener
com.sun.sgs.impl.io Provides a concrete implementation for network endpoint abstraction, connection initiation, and reactive event processing. 
 

Uses of FilterListener in com.sun.sgs.impl.io
 

Classes in com.sun.sgs.impl.io that implement FilterListener
 class SocketConnection
          This is a socket implementation of an Connection using the Apache MINA framework.
 

Methods in com.sun.sgs.impl.io with parameters of type FilterListener
(package private)  void CompleteMessageFilter.filterReceive(FilterListener listener, org.apache.mina.common.ByteBuffer buf)
          Processes network data of arbitrary length and dispatches zero or more complete messages to the given listener.
(package private)  void CompleteMessageFilter.filterSend(FilterListener listener, byte[] message)
          Prepends the length of the given byte array as a 2-byte short in network byte-order, and passes the result to the sendUnfiltered method of the given listener.
 


Project Darkstar, Version 0.9.8.7
2013-07-29 20:34:04

Copyright © 2007-2013 Sun Microsystems, Inc. All rights reserved