| | |
| | | import org.glassfish.grizzly.nio.transport.TCPNIOTransport; |
| | | import com.sun.opends.sdk.controls.AccountUsabilityRequestControl; |
| | | import com.sun.opends.sdk.controls.AccountUsabilityResponseControl; |
| | | import com.sun.opends.sdk.ldap.GrizzlyLDAPListenerOptions; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | transport.setSelectorRunnersCount(2); |
| | | listener = new LDAPListener(port, getInstance(), |
| | | new GrizzlyLDAPListenerOptions().setTCPNIOTransport(transport) |
| | | new LDAPListenerOptions().setTCPNIOTransport(transport) |
| | | .setBacklog(4096)); |
| | | transport.start(); |
| | | isRunning = true; |