grizzlySelectorThread.stopEndpoint();
}
}
private SelectorThread createSelectorThread() throws IOException, InstantiationException {
final IncomeMessageProcessor messageProcessor = IncomeMessageProcessor.registerListener(port,
(WSTCPTomcatRegistry) WSTCPTomcatRegistry.getInstance(), null);
final SelectorThread selectorThread = new SelectorThread() {
@Override
protected void rampUpProcessorTask() {}