Searched refs:withSessionBehavior (Results 1 – 4 of 4) sorted by relevance
680 public Mqtt5ClientOptionsBuilder withSessionBehavior(ClientSessionBehavior sessionBehavior) in withSessionBehavior() method in Mqtt5ClientOptions.Mqtt5ClientOptionsBuilder
152 .withSessionBehavior(ClientSessionBehavior.CLEAN) in New_UC2()259 .withSessionBehavior(ClientSessionBehavior.CLEAN) in New_UC4()496 .withSessionBehavior(ClientSessionBehavior.CLEAN) in ConnDC_UC6()759 .withSessionBehavior(ClientSessionBehavior.CLEAN) in ConnWS_UC6()1835 builder.withSessionBehavior(ClientSessionBehavior.REJOIN_ALWAYS); in Negotiated_Rejoin_Always()
237 .withSessionBehavior(ClientSessionBehavior.CLEAN) in TestCreationFull()
320 clientOptionsBuilder.withSessionBehavior(Mqtt5ClientOptions.ClientSessionBehavior.CLEAN); in setupClients()