net.sf.josceleton.connection.impl
Interface ConnectionInternal

All Superinterfaces:
Async<ConnectionListener>, Closeable, Connection

public interface ConnectionInternal
extends Connection

Enhanced Connection class to initialize it by library and therefore user has to care about less things.


Method Summary
 void establish()
          Kind of a init method; delegates establish() invocation to internal OscPort and starts rerouting.
 
Methods inherited from interface net.sf.josceleton.connection.api.Connection
getUserService
 
Methods inherited from interface net.sf.josceleton.core.api.async.Async
addListener, removeListener
 
Methods inherited from interface net.sf.josceleton.core.api.async.Closeable
close
 

Method Detail

establish

void establish()
Kind of a init method; delegates establish() invocation to internal OscPort and starts rerouting.

Throws:
IllegalStateException - if invoked more than one time.
See Also:
$see {@link OscMessageAddressRouter#reroute(OscPort, OscMessageRouterCallback)}


Copyright © 2011 Josceleton. All Rights Reserved.