File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed
graylog2-server/src/test/java/org/graylog2/inputs/transports/netty Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (C) 2020 Graylog, Inc.
3+ *
4+ * This program is free software: you can redistribute it and/or modify
5+ * it under the terms of the Server Side Public License, version 1,
6+ * as published by MongoDB, Inc.
7+ *
8+ * This program is distributed in the hope that it will be useful,
9+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
10+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11+ * Server Side Public License for more details.
12+ *
13+ * You should have received a copy of the Server Side Public License
14+ * along with this program. If not, see
15+ * <http://www.mongodb.com/licensing/server-side-public-license>.
16+ */
117package org .graylog2 .inputs .transports .netty ;
218
319import io .netty .channel .embedded .EmbeddedChannel ;
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (C) 2020 Graylog, Inc.
3+ *
4+ * This program is free software: you can redistribute it and/or modify
5+ * it under the terms of the Server Side Public License, version 1,
6+ * as published by MongoDB, Inc.
7+ *
8+ * This program is distributed in the hope that it will be useful,
9+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
10+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11+ * Server Side Public License for more details.
12+ *
13+ * You should have received a copy of the Server Side Public License
14+ * along with this program. If not, see
15+ * <http://www.mongodb.com/licensing/server-side-public-license>.
16+ */
117package org .graylog2 .inputs .transports .netty ;
218
319import io .netty .buffer .Unpooled ;
You can’t perform that action at this time.
0 commit comments