C# Class Gravitation.Comms.Transevers.AbstractServerTransever

Inheritance: AbstractTransever
Show file Open project: thedamoes/Gravitation

Protected Properties

Property Type Description
connections BlockingCollection

Public Methods

Method Description
AbstractServerTransever ( int portNumber ) : System
startListeningForConnections ( ) : void
stopListening ( ) : void
stopListeningForConnections ( ) : void

Protected Methods

Method Description
newConnection ( AbstractTransever transever ) : void

Method Details

AbstractServerTransever() public method

public AbstractServerTransever ( int portNumber ) : System
portNumber int
return System

newConnection() protected method

protected newConnection ( AbstractTransever transever ) : void
transever AbstractTransever
return void

startListeningForConnections() public abstract method

public abstract startListeningForConnections ( ) : void
return void

stopListening() public method

public stopListening ( ) : void
return void

stopListeningForConnections() public abstract method

public abstract stopListeningForConnections ( ) : void
return void

Property Details

connections protected property

protected BlockingCollection connections
return BlockingCollection