Class ThriftServiceEntry

java.lang.Object
com.linecorp.armeria.server.thrift.ThriftServiceEntry

public final class ThriftServiceEntry
extends Object
The information about a Thrift service served by THttpService or ThriftCallService.
See Also:
THttpService.entries(), ThriftCallService.entries()
  • Method Details

    • name

      public String name()
      Returns the service name.
      Returns:
      the service name, or an empty string ("") if this service is not multiplexed
    • implementations

      public Iterable<?> implementations()
      Returns the list of *.AsyncIface or *.Iface implementations.
    • interfaces

      public Set<Class<?>> interfaces()
      Returns the *.AsyncIface or *.Iface classes implemented by the implementations.
    • toString

      public String toString()
      Overrides:
      toString in class Object