org.apache.ftpserver.impl
Class PassivePorts
java.lang.Object
org.apache.ftpserver.impl.PassivePorts
public class PassivePorts
- extends java.lang.Object
Internal class, do not use directly.
Provides support for parsing a passive ports string as well as keeping track
of reserved passive ports.
- Version:
- $Rev$, $Date$
- Author:
- The Apache MINA Project (dev@mina.apache.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PassivePorts
public PassivePorts(java.lang.String passivePorts)
PassivePorts
public PassivePorts(int[] passivePorts)
reserveNextPort
public int reserveNextPort()
releasePort
public void releasePort(int port)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.