Uses of Class
com.intuit.karate.debug.DapMessage
-
Packages that use DapMessage Package Description com.intuit.karate.debug -
-
Uses of DapMessage in com.intuit.karate.debug
Methods in com.intuit.karate.debug that return DapMessage Modifier and Type Method Description DapMessageDapMessage. body(String key, Object value)static DapMessageDapMessage. event(int seq, String name)static DapMessageDapMessage. request(int seq, String command)static DapMessageDapMessage. response(int seq, DapMessage req)Methods in com.intuit.karate.debug with parameters of type DapMessage Modifier and Type Method Description protected voidDapClientHandler. channelRead0(io.netty.channel.ChannelHandlerContext chc, DapMessage dm)protected voidDapServerHandler. channelRead0(io.netty.channel.ChannelHandlerContext ctx, DapMessage dm)protected voidDapEncoder. encode(io.netty.channel.ChannelHandlerContext ctx, DapMessage dm, List<Object> out)static DapMessageDapMessage. response(int seq, DapMessage req)
-