Package de.root1.simon
Class FSClientFilter
- java.lang.Object
-
- de.root1.simon.FSClientFilter
-
public class FSClientFilter extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static org.slf4j.Logger
LOG
-
Constructor Summary
Constructors Constructor Description FSClientFilter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
appand(IFSServer remoteObject, FSConnection connection)
static org.apache.mina.core.session.IoSession
getIoSession(Object remoteObject)
-
-
-
Method Detail
-
appand
public static void appand(IFSServer remoteObject, FSConnection connection)
-
getIoSession
public static org.apache.mina.core.session.IoSession getIoSession(Object remoteObject)
-
-