356144 Allow SelectorManager thread priority to be set
This commit is contained in:
parent
94d43e4229
commit
dacb8962f0
|
@ -133,6 +133,12 @@ public class SelectChannelConnector extends AbstractNIOConnector
|
||||||
super.persist(endpoint);
|
super.persist(endpoint);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* ------------------------------------------------------------ */
|
||||||
|
public SelectorManager getSelectorManager()
|
||||||
|
{
|
||||||
|
return _manager;
|
||||||
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------------ */
|
/* ------------------------------------------------------------ */
|
||||||
public Object getConnection()
|
public Object getConnection()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue