We have multiple HTTP connectors, 1 of which needs to be started/stopped 
independently of the Restlet component. 

Is something like this possible?

My first attempt at this was to subclass Component and  override of 
startServers() and stopServers(). I hold onto references of the Server 
instances and then invoke start/stop as necessary. While this works for the 
connector (I can open sockets) there is a disconnect between the connector and 
Restlet, responses are never dispatched from the connector to the rest of the 
system.

Thanks,
Paul

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=3061691

Reply via email to