Interface Respondable

  • All Known Subinterfaces:
    SocketManager
    All Known Implementing Classes:
    Request

    public interface Respondable
    Something that can be responded to.
    • Method Detail

      • buildResponse

        @AvailableSince("3.5.2")
        @NotNull Response.Builder buildResponse()
        Creates a Response builder.
        Returns:
        a new response builder
        Since:
        3.5.2