object OutboundServer
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OutboundServer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
type
OnCompletionCallBack[-Mat] = (IncomingConnection, Future[Done], Future[Mat]) ⇒ Unit
type alias for Flow Completion callbacks arg 1 = IncomingConnection arg 2 = Upstream Completion Future arg 3 = Downstream Completion Future
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
apply(interface: String, port: Int, timeout: FiniteDuration = defaultTimeout, linger: Boolean = true, enableDebugLogs: Boolean = false)(implicit system: ActorSystem, materializer: Materializer, adapter: MarkerLoggingAdapter): OutboundServer
This will create a OutBound server for given interface and port
This will create a OutBound server for given interface and port
- interface
: String name/ip address of the server
- port
: Int port number of the server
- system
: ActorSystem
- materializer
: Materializer
- returns
OutboundServer
-
def
apply(config: Config)(implicit system: ActorSystem, materializer: Materializer, adapter: MarkerLoggingAdapter): OutboundServer
Create a OutBound server with given configuration and parser
Create a OutBound server with given configuration and parser
- config
: Config this configuration must have
freeswitch.outbound.addressandfreeswitch.outbound.address- system
: ActorSystem
- materializer
: Materializer
- returns
OutboundServer
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object OnCompletionCallBack
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.