blob: 9420293076247f5df802b4f8076eda2ac70846fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
/*
* Copyright 2016 - 2018 Anton Tananaev (anton@tracftware
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for>;
import io.netty.handler.codec.string.StringDecoder;
import io.netty.handler.codec.strin.PipelineBuilder;
import org.traccar.TrackerServerStringDecoder());
pipeline.addLast(new L100ProtocolDecoder(L100Protocol.this));
}
});
}
}
|